Skip to content
Snippets Groups Projects
dockerd 335 B
Newer Older
Eric Vidal's avatar
Eric Vidal committed
[main]
@type = classic
@name = dockerd
@description = "dockerd service"
@options = ( log )
@user = (root)
@maxdeath = 3

[start]
@build = auto

@execute = 
(
s6-ipcserver-socketbinder -a 0660 -- /run/docker.sock
if { chown root:docker /run/docker.sock }
dockerd -H unix:///run/docker.sock

)
 
[logger]
@build = auto 
@timestamp = iso