mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
11 lines
146 B
Plaintext
11 lines
146 B
Plaintext
description "Run docker"
|
|
|
|
start on filesystem and started lxc-net
|
|
stop on runlevel [!2345]
|
|
|
|
respawn
|
|
|
|
script
|
|
/usr/bin/docker -d
|
|
end script
|