Skip to content

Instantly share code, notes, and snippets.

@GJSissons
Created December 4, 2018 18:23
Show Gist options
  • Save GJSissons/ac3365cfb890d38e19ba32b1ee9d65fe to your computer and use it in GitHub Desktop.
Save GJSissons/ac3365cfb890d38e19ba32b1ee9d65fe to your computer and use it in GitHub Desktop.
univa_docker_fig3.txt
$ sudo systemctl start docker
$ sudo systemctl enable docker
Created symlink from /etc/systemd/system/multi-user.target.wants/docker.service to /usr/lib/systemd/system/docker.service.
$ sudo docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
d1725b59e92d: Pull complete
Digest: sha256:0add3ace90ecb4adbf7777e9aacf18357296e799f81cabc9fde470971e499788
Status: Downloaded newer image for hello-world:latest
Hello from Docker!
This message shows that your installation appears to be working correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment