7271c7c852
- Remove fix_15279.patch: code has been merged upstream - Change systemd unit file to no longer use the deprecated "-d" option (bnc#954737) OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=43
18 lines
368 B
Desktop File
18 lines
368 B
Desktop File
[Unit]
|
|
Description=Docker Application Container Engine
|
|
Documentation=http://docs.docker.com
|
|
After=network.target docker.socket
|
|
Requires=docker.socket
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/docker
|
|
ExecStart=/usr/bin/docker daemon -H fd:// $DOCKER_OPTS
|
|
MountFlags=slave
|
|
LimitNOFILE=1048576
|
|
LimitNPROC=1048576
|
|
LimitCORE=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|