In this Docker Techlab you're going to learn the basics behind the container technology Docker.
- Introduction presentation, what are Containers?
- How to install Docker on your computer?
- Run Docker containers
- Mount local volumes into containers
- Build Docker containers
- How networking works
- Installation
- Getting Started
- Images
- Environment Variables
- Deleting Container
- Names
- Working with Volumes
- Frontend Container
- Embedding the Source Code
- Linking Frontend and Backend
- Building Your Own Docker Image
- Troubleshooting
- Orchestration
- Registry and Docker Hub
- Docker Best Practices
- Create a container image for your own application
- Use Docker Compose to define multi-container applications for dev environments
- Read and study the OpenShift image creation guide
- Create a Docker Hub account and therein a build for your own container image (Dockerfile hosted on GitHub)