Add how to install docker
parent
39013928eb
commit
ab9d3a8a25
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue