dudleycodes / DockerExhibits

Exhibits for demonstrating Docker to newcomers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Exhibits for demonstrating Docker to newcomers

License:The Unlicense