mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update init scripts to use docker daemon.
Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
parent
40b922418c
commit
346ce4f8d2
6 changed files with 6 additions and 6 deletions
|
|
@ -20,7 +20,7 @@ start() {
|
|||
--pidfile "$DOCKER_PIDFILE" \
|
||||
--stdout "$DOCKER_LOGFILE" \
|
||||
--stderr "$DOCKER_LOGFILE" \
|
||||
-- -d -p "$DOCKER_PIDFILE" \
|
||||
-- daemon -p "$DOCKER_PIDFILE" \
|
||||
$DOCKER_OPTS
|
||||
eend $?
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue