Dockerfile Commands Explained | Dockerfile Add vs Copy | Docker Full Tutorial - 6 [HINDI]

preview_player
Показать описание
A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image. This page describes the commands you can use in a Dockerfile .

Dockerfile Commands Explained | Dockerfile Add vs Copy | Docker Full Tutorial - 6 [HINDI]

My Social Media Links👇:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If You Liked My Video Please Subscribe to My Channel
Keep Supporting and Sharing My Videos

*********************************
Thank you for Watching!
*********************************

#kritimyantra #dockerfile #dockerfulltutorial #dokcer #dockerinhindi #dockerfilecommands
Рекомендации по теме
Комментарии
Автор

Bro.. got some questions. Pls. help

1. Suppose koi base image already humne pull karke system pe rakhi hai, can it be used for another docker file.
If yes, then how and what do we need to specify under FROM
And if not possible, so we need to create a fresh base image pull for every new image.

2. Can we copy and edit already created image.
For example suppose I have a java application image with openjdk:latest base image already created
I want to copy and rebuild with with some minor modifications in dependency and source code
If yes, then how can this be done
3. How can be finalized which base image is best for our container. Because just recently while I check openjdk image, it says that it is officially depreciated.

Thanks in advance

deepinurheart