Have you ever encountered problems getting somebody else's code to build / work correctly?
In this workshop we introduce Docker -- a lightweight container environment -- and walk you through some of the best features. Developing and deploying programs has never been simpler!
Please bring your own laptop with Docker installed. We recommend that you use Docker in Linux (or a Linux VM).
- Example 1 - Creating a container
- Example 2 - Defining an image
- Example 3 - Build somebody else's code
- Example 4 - Jupyter + TensorFlow in Docker
- Example 5 - Making a persistent data volume
- Example 6 - Compose the data analytics application
- Docker CLI documentation
- Another cheat sheet