Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1019 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 1019 Bytes

Docker Exhibits

Materials for demonstrating Docker to newcomers

Examples

Technology Description
Java Java programming language.
   ├─ 01-firstImage Compile a Java application and package in a Docker image.
   ├─ 02-multiStage Use multi-stage builds to compile a Java application and package in a smaller Docker image.
   └─ 03-jlink Use multi-stage builds and Java's jlink utility to a size-optimized Docker image.
Go Go programming language.
WordPress Web content management system.
   ├─ 01-manual Use Docker from a command line to manually spin up a WordPress instance.
   └─ 02-compose Use 'Docker Compose' to spin up a WordPress instance.