Skip to content

Instantly share code, notes, and snippets.

@megatontech
Created December 17, 2019 11:23
Show Gist options
  • Save megatontech/3b8c13d569edc17a534f82bdf5218f53 to your computer and use it in GitHub Desktop.
Save megatontech/3b8c13d569edc17a534f82bdf5218f53 to your computer and use it in GitHub Desktop.
docker
$ systemctl daemon-reload
$ sudo service docker restart
$ sudo service docker status (should see active (running))
$ sudo docker run hello-world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment