From 63f88644fc05fb2fc1515b6e453464961a2c9c85 Mon Sep 17 00:00:00 2001 From: Ashish Chaudhary Date: Wed, 24 Aug 2016 18:24:42 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dd98ee6a..905d7a91 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ Follow issues template to file an issue unless it is a feature request. 2. Install [docker-compose](https://docs.docker.com/compose/install/) 3. Clone this repository +**Note: Make sure the user deploying this application is in the "docker" group. That is, the user can use docker without sudo access.** + +> sudo groupadd docker + +> sudo usermod -aG docker $USER + +Then logout and log back in. + #### A.) docker compose (recommended) 1. `docker-compose up -d`