Docker Tutorial: How to Create Docker image from Scratch
Learn what docker is, why you would want to use it, how to install it, and how to run it on your computer in this docker tutorial for beginners.
Docker is all the rage right now. In 10 minutes I’ll give you comprehensive introduction to docker, covering:
1. What is Docker
2. Virtual Machines vs. Docker
3. Introduction to Dockerfiles, images and containers
4. The Docker Hub
5. Writing a Dockerfile
6. Building an image
7. Running a container
8. Mounting volumes
9. One process per container
#docker
Written by admin