0 votes
in Docker by
How to create Docker images?

1 Answer

0 votes
by

The following are the two ways of creating Docker images:

  1. The first one is to pull an image directly from any Docker registry using the Docker pull command. We need to be logged in through the command line to do so.
  2. The second one is to create customized Docker images by specifying instructions inside a Dockerfile and then use the Docker build command to create the Image.

Related questions

0 votes
asked Jan 24 in Docker by AdilsonLima
0 votes
asked Jan 25 in Docker by GeorgeBell
...