Add how to install docker

pull/1/head
Baohua Yang 2015-08-18 11:49:57 +08:00
parent 39013928eb
commit ab9d3a8a25
1 changed files with 4 additions and 1 deletions

View File

@ -2,8 +2,11 @@ Docker Compose Files
=== ===
Some typical docker compose templates. Some typical docker compose templates.
# Install Docker Compose # Install Docker and Docker Compose
Take ubuntu for example
```sh ```sh
$ curl -sSL https://get.docker.com/ | sh
$ sudo pip install docker-compose $ sudo pip install docker-compose
``` ```