From ef73d5ebe318ff13f9e594706a7d2e9e4365dbfa Mon Sep 17 00:00:00 2001 From: Tom Panier Date: Wed, 8 Jun 2016 15:35:24 +0200 Subject: [PATCH] Enhanced documentation wording --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc4ce8f..8cd7541 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,10 @@ Project homepage: [https://github.com/iamluc/docker-hostmanager](https://github. The easiest way is to use the docker image ```console -$ docker run -d --name docker-hostmanager -v /var/run/docker.sock:/var/run/docker.sock -v /etc/hosts:/hosts iamluc/docker-hostmanager +$ docker run -d --name docker-hostmanager --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /etc/hosts:/hosts iamluc/docker-hostmanager ``` -*TIPS* - -To start automatically your container with your computer, add the option `--restart=always` +*Note: the `--restart=always` option will make the container start automatically with your computer (recommended).* #### Mac OS