A brief overview of the Docker image management

As we have seen in the previous chapter and this chapter, there are many ways of getting a handle on a Docker image. You could download a fully set up application stack from the public repository by using the docker pull subcommand. Otherwise you could craft your own application stack either manually by using the docker commit subcommand or automatically by using Dockerfile and the docker build subcommand combination.

The Docker images are being positioned as the key building-blocks of the containerized applications that, in turn, enable the realization of distributed applications, which will be deployed on the cloud servers. The Docker images are built in layers, that is, the images can be built ...

Get Learning Docker now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.