mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue