2007-02-03...docker run --rm hello-world 11 dockerd docker Docker Hub hello-world:latest...

Post on 17-Oct-2020

15 views 0 download

Transcript of 2007-02-03...docker run --rm hello-world 11 dockerd docker Docker Hub hello-world:latest...

https://www.smbc-comics.com/comic/2007-02-03

Docker 101Patrick Meade

UW IT Professionals Conference 2019

Docker is a Container Platform

3

Developers

4

Operators

5

Internet

Load Balancer

W1 W2 W3

DB-1 DB-2

Enterprise

6

South Pole Test System South Pole

Containers vs. Virtual Machines

7

Container Externals

8

Container Internals

9

docker --version

10

dockerd

docker

Docker Hub

docker run --rm hello-world

11

dockerd

docker

Docker Hub

hello-world:latesta7e0c3bf2de8(hello-world)

docker run --rm hello-world

12

dockerd

docker

Docker Hub

hello-world:latesta7e0c3bf2de8(hello-world)

docker history hello-world:latest

13

hello-world:latestCMD [“/hello”]

COPY file:f774...

docker pull my-app:v3

14

my-app:v3 app v3 (delta)

app v2

pip install

python2.7my-app:v2

docker run my-app:v3

15

dockerd

docker

Local Hub?

my-app:v3599c080f3cdf(my-app:v3)

6032ebc0882f(my-app:v2)

Developers

16

Operators

17

Internet

Load Balancer

W1 W2 W3

DB-1 DB-2

Enterprise

18

South Pole Test System South Pole

Docker: Up and Running

19

Docker in Action

20

The Best Docker Books

git clone https://github.com/eduleboss/the-best-docker-books

21

Docker Website

22

https://docs.docker.com/

Docker 101Patrick Meade

UW IT Professionals Conference 2019

^_^ Thank You For Your Kind Attention ^_^