Day 1 / May 4 (Wed)¶
Introduction to Docker¶
Dockerizing Scala Apps¶
Read the following pages to get familiar with sbt plugins for creating Docker images:
Exercise¶
- Write a Scala command-line application that prints out the command-line arguments to the standard output (console)
- Use one of the sbt plugins to create a Docker image
- Run the Scala application as a Docker container
Homework: Get started¶
Read the following documents and get familiar with the concepts of Docker:
- Get started / Part 1: Getting started
- Get started / Part 2: Sample application
- Get started / Part 3: Update the application
- Get started / Part 4: Share the application