Skip to content

Commit

Permalink
Merge pull request #23 from neemzy/master
Browse files Browse the repository at this point in the history
Enhanced documentation wording
  • Loading branch information
iamluc committed Jun 8, 2016
2 parents 815a16c + ef73d5e commit 81ea79b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 81ea79b

Please sign in to comment.