Sie sind auf Seite 1von 1

Let's look at a general workflow of Docker.

In Docker workflow our developer will


define all the applications and its dependencies and requirements in a file, which
is called as Dockerfile. Now this Dockerfile can be used to create Docker Images so
in a Docker image you will have all the application its requirements and
dependencies and when you run a Docker image you get Docker containers so Docker
containers are the runtime instances of a Docker image and these images can also be
stored in an online cloud repository which is called as Docker hub. So if you go to
Docker hub you will find a lot of publicly available images and you can store your
own Docker image as well you can also store your Docker image in your own
repository or version control system.

Das könnte Ihnen auch gefallen