
Intro to Docker, running Jenkins inside Docker
Instructor - Kiran Bhogadi, Video Duration - Over 1 hour
Course detail:
In this mini, we will understand the basics of Docker. We will cover:
Why it is extremely popular, useful and why should you learn it
We will then proceed to dockerizing Jenkins and our Restaurant API
- Introduction to Docker, Docker Desktop, Docker Daemon
- Installing Docker Desktop which includes the Docker Daemon
- What is a Docker image?
- Our Docker Images - let us download (pull) them
- Docker container names and our Docker network
- Starting (running) our 2 Docker containers
- Check if our containers are running, and on our Docker network
- Conclusion - Summary of topics covered and next steps