mirror of
https://github.com/docker/cli.git
synced 2026-09-01 02:24:23 -05:00
Upstream-commit: 561ceac55d5821a00258934cf9dc215278e3ecfd Component: engine
10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
description "Run docker"
|
|
|
|
start on runlevel [2345]
|
|
stop on starting rc RUNLEVEL=[016]
|
|
respawn
|
|
|
|
script
|
|
/usr/bin/docker -d
|
|
end script
|