Build Image
Last updated
Was this helpful?
Last updated
Was this helpful?
Lets build and run a simple image. First we create a Dockerfile
file that will serve as a definition of our image. We are using image as our base image.
Now we can build the image.
We must be able to see the new image in the list of available images.
Once the image is available, we can run the image and that way, create a container. A container is a running instance of an image.