Skip to content

Commit

Permalink
!#3 Add: slide running
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Apr 16, 2017
1 parent 9ebc0c0 commit ea6891a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions slides/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,29 @@ self-sufficient container that will run virtually anywhere.
* run self-sufficient containers.
* Amazing speed.
* LightWeight

---

## What is container in docker

---

## Why people developer love docker

### Shipping code to server is easy.

---

### Finding and downloading images

!bash
docker search ubuntu
docker pull ubuntu:14.04

---

### Running

!bash
docker run ubuntu:14.04 /bin/echo hello world
docker run -i -t ubuntu:14.04 /bin/bash

0 comments on commit ea6891a

Please sign in to comment.