5a40d680c1
* added sysconfig.docker.ppc64le: make docker daemon start on ppc64le despite some iptables issues. To be removed soon * ignore-dockerinit-checksum.patch: applied only when building with gcc-go. Required to workaround a limitation of gcc-go * gcc-go-build-static-libgo.patch: used only when building with gcc-go, link libgo statically into docker itself. OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=9
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
|
|
## Path : System/Management
|
|
## Description : Extra cli switches for docker daemon
|
|
## Type : string
|
|
## Default : ""
|
|
## ServiceRestart : docker
|
|
#
|
|
|
|
# TODO: remove it once we fix the real issue
|
|
DOCKER_OPTS=" -iptables=false "
|