Skip to content

Instantly share code, notes, and snippets.

@nghiahsgs
Created September 9, 2020 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nghiahsgs/33918f737068c4af809f87b89aaa7735 to your computer and use it in GitHub Desktop.
Save nghiahsgs/33918f737068c4af809f87b89aaa7735 to your computer and use it in GitHub Desktop.
Make sure install from the Docker repo instead of the default Ubuntu repo:
apt-cache policy docker-ce
Finally, install Docker
sudo apt install docker-ce
check status docker
sudo systemctl status docker
check version
docker --version
check co the download docker image tu docker hub dung cau lenh sau
docker run hello-world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment