mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
13 lines
321 B
Desktop File
13 lines
321 B
Desktop File
[Unit]
|
|
Description=Easily create lightweight, portable, self-sufficient containers from any application!
|
|
Documentation=http://docs.docker.io
|
|
Requires=network.target
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStartPre=/bin/mount --make-rprivate /
|
|
ExecStart=/usr/bin/docker -d
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|