You are on page 1of 12

Eko Kurniawan Khannedy

Docker for Developer


Virtual
Machine
vs
Container
What is Docker?
Docker Architecture
What is Docker Image?
What is Docker Registry?
What is Docker Container?
Get Create Start Stop Remove
Get Image from Create Start Container Stop Container Remove Image
Registry Container from
Image

Stop Talking! Let’s Demo


Docker can build images automatically by reading the
instructions from a Dockerfile

A Dockerfile is a text document that contains all the


commands a user could call on the command line to
assemble an image

Dockerfile
How to integrate
between Docker
Containers?
Compose is a tool for defining and running multi-container
Docker applications.

With Compose, you use a YAML file to configure your


application’s services.

Then, with a single command, you create and start all the
services from your configuration

Docker Compose
Any question?

You might also like