We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 815a16c + ef73d5e commit 81ea79bCopy full SHA for 81ea79b
README.md
@@ -16,12 +16,10 @@ Project homepage: [https://github.com/iamluc/docker-hostmanager](https://github.
16
The easiest way is to use the docker image
17
18
```console
19
-$ 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
20
```
21
22
-*TIPS*
23
-
24
-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).*
25
26
#### Mac OS
27
0 commit comments