Skip to content

Commit

Permalink
Enhanced documentation wording
Browse files Browse the repository at this point in the history
  • Loading branch information
neemzy committed Jun 8, 2016
1 parent 815a16c commit ef73d5e
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 ef73d5e

Please sign in to comment.