You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/docker/files/docker.service

14 lines
249 B

[Unit]
Description=Docker - The Linux Container Engine
Requires=network.target
After=multi-user.target
[Service]
Type=simple
ExecStartPre=/bin/mount --make-rprivate /
ExecStart=/usr/bin/docker -d
TimeoutSec=60
[Install]
WantedBy=multi-user.target