filmov
tv
Build your first custom docker image using Dockerfile | Docker tutorial series video no. 13

Показать описание
In this DevOps TechPark video, you'll learn how to build your first custom docker container image using a Dockerfile. We'll cover the basics of what a Dockerfile is and how to use it to create an image. By the end of this video, you'll be able to create your own images that can be used to run docker containers.
This is a 13th video of our docker tutorial series
Chapters
00:00 Dockerfile intro
01:37 Create first Dockerfile
02:27 Build image
04:20 Run container using custom image
07:03 Docker named volumes
07:10 Create Nginx custom docker image
14:40 Run nginx custom image
16:42 Custom image Port forwarding
17:34 EXPOSE in Dockerfile
19:43 Layers in Container Images
Commands used in this tutorial
Docker list images
docker images
Docker build image:
docker build 'Dockerfile path' -t 'repo-name':'tag name'
Docker run container using custom image
docker run image-name
Docker run container in background
docker run -d image-name
Docker run container in background with port mapping/forwarding
docker run -d -p 80:80 image-name
You may like our previous videos of our docker tutorial series.
Docker tutorial series video no. 12
Docker tutorial series video no. 11
Docker tutorial series video no. 10
Docker tutorial series video no. 9
Docker tutorial series video no. 8:
Docker port mapping/forwarding hands on lab
Docker tutorial series video no. 7:
docker port mapping/forwarding in easy way | Theory
Docker tutorial series video no. 6 :
Docker tutorial series video no. 5:
Docker tutorial series video no. 4 :
Docker tutorial playlist
My other videos:-
Tutorial by Amit Goswami
#docker #dockertutorial #dockercourse #devops
#devopstechpark #aws #dockerinhindi #hindi #container #custom #dockerfile #build #dockerfile #hindi
This is a 13th video of our docker tutorial series
Chapters
00:00 Dockerfile intro
01:37 Create first Dockerfile
02:27 Build image
04:20 Run container using custom image
07:03 Docker named volumes
07:10 Create Nginx custom docker image
14:40 Run nginx custom image
16:42 Custom image Port forwarding
17:34 EXPOSE in Dockerfile
19:43 Layers in Container Images
Commands used in this tutorial
Docker list images
docker images
Docker build image:
docker build 'Dockerfile path' -t 'repo-name':'tag name'
Docker run container using custom image
docker run image-name
Docker run container in background
docker run -d image-name
Docker run container in background with port mapping/forwarding
docker run -d -p 80:80 image-name
You may like our previous videos of our docker tutorial series.
Docker tutorial series video no. 12
Docker tutorial series video no. 11
Docker tutorial series video no. 10
Docker tutorial series video no. 9
Docker tutorial series video no. 8:
Docker port mapping/forwarding hands on lab
Docker tutorial series video no. 7:
docker port mapping/forwarding in easy way | Theory
Docker tutorial series video no. 6 :
Docker tutorial series video no. 5:
Docker tutorial series video no. 4 :
Docker tutorial playlist
My other videos:-
Tutorial by Amit Goswami
#docker #dockertutorial #dockercourse #devops
#devopstechpark #aws #dockerinhindi #hindi #container #custom #dockerfile #build #dockerfile #hindi
Комментарии