filmov
tv
Build Docker Image Using Interactive Method
Показать описание
Docker Images are build mainly using two methods:
1. Interactive
2. Dockerfile
In this video we are going to show the interactive method. Interactive method is creating a container, get into the container, perform certain actions and then commit the changes which will create a new image from container. It will have the same state of the container we used for building our image.
For more details please visit our blog:
Reference Documentation:
1. Interactive
2. Dockerfile
In this video we are going to show the interactive method. Interactive method is creating a container, get into the container, perform certain actions and then commit the changes which will create a new image from container. It will have the same state of the container we used for building our image.
For more details please visit our blog:
Reference Documentation: