Skip to content

Commit 81ea79b

Browse files
committed
Merge pull request #23 from neemzy/master
Enhanced documentation wording
2 parents 815a16c + ef73d5e commit 81ea79b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ Project homepage: [https://github.com/iamluc/docker-hostmanager](https://github.
1616
The easiest way is to use the docker image
1717

1818
```console
19-
$ docker run -d --name docker-hostmanager -v /var/run/docker.sock:/var/run/docker.sock -v /etc/hosts:/hosts iamluc/docker-hostmanager
19+
$ docker run -d --name docker-hostmanager --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /etc/hosts:/hosts iamluc/docker-hostmanager
2020
```
2121

22-
*TIPS*
23-
24-
To start automatically your container with your computer, add the option `--restart=always`
22+
*Note: the `--restart=always` option will make the container start automatically with your computer (recommended).*
2523

2624
#### Mac OS
2725

0 commit comments

Comments
 (0)