test

3. What Are Containers?

At the start, Docker answered two important questions:

How can you build a Docker Image?
  

3. What Are Containers?

At the start, Docker answered two important questions:

  • How can you build a Docker Image?
  1. For example, we can specify instructions in Dockerfile and create a Docker image.
  • How can you run a Docker Image?
    • Docker provides a Docker Runtime. Install it once and you can run any Docker image.
A running instance of a Docker image is called a container. You might have multiple instances of a microservice running. Each instance is a container.For example, we can specify instructions in Dockerfile and create a Docker image.
How can you run a Docker Image?
  • Docker provides a Docker Runtime. Install it once and you can run any Docker image.

A running instance of a Docker image is called a container. You might have multiple instances of a microservice running. Each instance is a container.

Recent Comments

No comments

Leave a Comment