Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
sudo apt-get install docker.io # not docker by itself which is a Gnome utility

Verify it Check your version and verify Docker worked,

Code Block
languagebash
docker version
sudo docker run hello-world

...