Creating Custom Docker Container Image
Abstract
Overview Manipulate pre-built container images to create and manage containerized services.
Objectives:
- Manage the life cycle of a container from creation to deletion.
- Save application data across container restarts through the use of persistent storage.
- Describe how Docker provides network access to containers, and access a container through port forwarding.
Sections:
- Docker images
- Building Custom Container Images with Dockerfile