Docker Course
The slides of the Docker course.
- Introduction to the Docker Course
- Why use Docker?
- What is Docker?
- Docker container vs. image
- Install Docker
- Docker version and info
- Getting help for Docker
- Docker host - daemon - client
- Docker Registry
- Docker Hello World
- Docker busybox
- Docker busybox part 2
- Docker Exercise 1
Part 2
-
Create Docker image using Dockerfile (FROM, RUN, CMD)
-
Docker image based on Ubuntu using htop (RUN apt-get)
-
Install and use curl in Docker (ENTRYPOINT)