Docker for absolute beginners, Learn how to work with docker images and container in a very clear and easy way.
Course Description
Docker is a powerful tool for packaging, shipping and running applications in docker containers. It makes the process of deploying application super easy.
Deploying an application with docker is as easy as running a simple docker run command
This course will take you in a step-by-step way to start working the docker cli to manage docker containers, docker images and to build your own docker images
By taking this course you will have the required skills that you need to start building your own images and playing with docker container, learn advanced docker topics or learn one the orchestration tools like Docker Swarm, MESOS or Kubernetes which is the most popular orchestration tool
Requirements for this Course:
- Basic Linux knowledge
Who this course is for:
- The course is for developers who wants to start learning the DevOps tool known as Docker
- This course is ideal for people who are new to DevOps and who want to start their career in DevOps
What you’ll learn
- what is docker and why we need it?
- Docker images VS docker containers
- Working with docker images
- Working with docker containers
- Working with docker volumes
- Build your own docker image
- Store your docker images in your Dockerhub account