mirror of https://github.com/docker/docs.git
Remove trailing slash from host parameter in docker init.
(This causes errors on Docker 0.8) Docker-DCO-1.1-Signed-off-by: Morgante Pell <morgante.pell@morgante.net> (github: morgante)
This commit is contained in:
parent
ed8466c44c
commit
2a7f7c86da
|
@ -31,7 +31,7 @@ stop on runlevel [!2345]
|
|||
respawn
|
||||
|
||||
script
|
||||
/usr/bin/docker -d -H=tcp://0.0.0.0:4243/
|
||||
/usr/bin/docker -d -H=tcp://0.0.0.0:4243
|
||||
end script
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue