mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-11 19:51:36 +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=""
|