how to start with docker

8
DOCKER Build, Ship and Run Any App, Anywhere

Upload: thanhson1085

Post on 14-Aug-2015

22 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: How to start with Docker

DOCKERBuild, Ship and Run Any App, Anywhere

Page 2: How to start with Docker

ARE YOU DEVELOPER?

Page 3: How to start with Docker

IT DOESN’T MEAN YOU DO NOT NEED TO KNOW ABOUT DOCKER

Page 4: How to start with Docker

What is DOCKER?

Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications.

Page 5: How to start with Docker
Page 6: How to start with Docker

Steps to experience DOCKER

● Install Docker to your machine● Create a Docker Image

○ Build a Docker Image○ Pull a Docker Image

● Run a Docker Image● Push to Docker Repository

Page 7: How to start with Docker

DEMOGithub: https://github.com/thanhson1085/flask-celery-rabbitmq-generate-thumbnail.gitDocker Repo: thanhson1085/flask-celery-rabbitmq-example

Blog: https://sonnguyen.ws/flask-rabbitmq-celery-example/

Page 8: How to start with Docker

What is next?

Docker SwarmDocker Compose