Presentation is loading. Please wait.

Presentation is loading. Please wait.

Abel Sanchez, John Williams

Similar presentations


Presentation on theme: "Abel Sanchez, John Williams"— Presentation transcript:

1 Abel Sanchez, John Williams
CONTAINERS Abel Sanchez, John Williams

2 Setting Up a Machine is Hard Work

3 APP SERVERS Installation, setup, configuration, admin DATA STORE Installation, setup, configuration, admin DEPENDENCIES runtimes, languages, packages, configurations PATCHING OS COMPUTER

4

5 VM VM

6 Installation, setup, configuration, admin APP SERVERS
DATA STORE runtimes, languages, packages, configurations DEPENDENCIES PATCHING OS VM SOFTWARE vm fusion virtual box

7 Docker, Why Do We Care?

8 Container vs. VM

9 Docker Images Base Image Plus Node Base Image Plus Mongo Base Image

10 Registry of Images

11

12

13

14 Every Week: 2 Billion Containers
(internally)

15

16 Docker Ecosystem

17 Active Learning

18 Install Docker

19 Storage The JS stack story vs enterprise computing Slides at

20 Docker Exercise #1 al-mongo Steps
Node application plus dockerized mongo database Steps $ docker-compose up $ npm install

21 Docker Exercise #2 al-mongonode Steps
Dockerized node application plus mongo database Steps $ docker-compose up

22 Docker Exercise #3 al-mongoflask
Dockerized python, flask application, plus mongo database

23 Deleting Containers/Images
$ docker rm $(docker ps -aq) Deleting images $ docker rmi $(docker images -q)


Download ppt "Abel Sanchez, John Williams"

Similar presentations


Ads by Google