These exercises accompany the presentation Introduction to Containers. To participate in the labs, install the Docker Community Edition (CE) Engine. NOTE: For linux users, you will need to additionally install [docker-compose].
- OSX Install
- Windows Install
- Linux Distro Specific Install
To verify that you have docker installed and working correct. Execute the following:
docker run hello-world
If you see a message similar to the following text, Docker is installed and working.
Hello from Docker!
This message shows that your installation appears to be working correctly.
...
If you failed to see the above message, check these resources for troubleshooting: