mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
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
|