Description
In this course, you will :
- Teddy Winters (alias Samarth Deyagond) welcomes you to this course. This course will introduce the audience to the fundamentals of Docker, including the construction of Dockerfiles, running Docker containers, and building containerized applications on their own.
Syllabus:
1. Getting started with Dockerfile
- Understanding FROM and RUN
- Understanding CMD
- Understanding COPY
- Understanding ADD
- Understanding WORKDIR
- Understanding ENTRYPOINT
- Understanding ENV
- Understanding LABEL
- Understanding HEALTHCHECK
- Understanding STOPSIGNAL
2. Persistent Storage in Docker Containers
- Understanding VOLUMES
- Understanding MOUNT
3. Networking in Docker Container
- Understanding EXPOSE
- Understanding Docker Container Networking