From ab9d3a8a25064fc5c40bfd98a4c82e0082d75659 Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Tue, 18 Aug 2015 11:49:57 +0800 Subject: [PATCH] Add how to install docker --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac17e420..e4a3a346 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ Docker Compose Files === Some typical docker compose templates. -# Install Docker Compose +# Install Docker and Docker Compose +Take ubuntu for example + ```sh +$ curl -sSL https://get.docker.com/ | sh $ sudo pip install docker-compose ```