Skip to content
Snippets Groups Projects
Commit 7f1bc4b2 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Update README.md

parent 289f79e1
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ apt install -y apt-transport-https ca-certificates curl gnupg-agent \ ...@@ -12,6 +12,7 @@ apt install -y apt-transport-https ca-certificates curl gnupg-agent \
add-apt-repository \ add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \ "deb [arch=amd64] https://download.docker.com/linux/debian \
$(lsb_release -cs) stable" $(lsb_release -cs) stable"
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
apt update apt update
apt install -y docker-ce docker-ce-cli containerd.io apt install -y docker-ce docker-ce-cli containerd.io
docker run hello-world docker run hello-world
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment