Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.99 KB

README.md

File metadata and controls

61 lines (48 loc) · 1.99 KB

Introduction to Container Tutorial

Before you Begin

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].

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:


Exercise Index