We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a42b9 commit d1c99f7Copy full SHA for d1c99f7
1 file changed
install_docker.sh
@@ -6,7 +6,5 @@ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
6
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
7
apt-cache policy docker-ce
8
sudo apt install docker-ce -y
9
-sudo systemctl status docker
10
-sleep 3
11
echo
12
echo -e "### DOCKER INSTALLED ###\n"
0 commit comments