forked from pool/docker
Accepting request 241204 from Virtualization
Fix ExclusiveArch statement OBS-URL: https://build.opensuse.org/request/show/241204 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=1
This commit is contained in:
14
docker.service
Normal file
14
docker.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Docker
|
||||
Requires=network.target
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
EnvironmentFile=/etc/sysconfig/docker
|
||||
ExecStart=/usr/bin/docker -d $DOCKER_OPTS
|
||||
ExecStartPre=/usr/sbin/sysctl -p /etc/sysctl.d/200-docker.conf
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user