mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-11 02:42:21 +01:00
9 lines
186 B
Bash
9 lines
186 B
Bash
#!/sbin/openrc-run
|
|
|
|
name="Rootless Docker Daemon"
|
|
description="Persistent process that manages docker containers"
|
|
|
|
supervisor=supervise-daemon
|
|
command="dockerd-rootless"
|
|
command_args=""
|