From 0ff1c04f81aa3f21872c06b1d79abe20908f51bd Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Tue, 13 Jan 2015 14:27:42 -0800 Subject: [PATCH] app-emulation/docker: drop insecure registry flag --- .../docker/{docker-1.4.1-r1.ebuild => docker-1.4.1-r2.ebuild} | 0 .../coreos-overlay/app-emulation/docker/files/docker.service | 1 - 2 files changed, 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/docker/{docker-1.4.1-r1.ebuild => docker-1.4.1-r2.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.4.1-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.4.1-r2.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.4.1-r1.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.4.1-r2.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service index 73049fce68..3cd3201763 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service @@ -6,7 +6,6 @@ Requires=docker.socket early-docker.target [Service] Environment=TMPDIR=/var/tmp -Environment=DOCKER_OPTS='--insecure-registry="0.0.0.0/0"' EnvironmentFile=-/run/docker_opts.env LimitNOFILE=1048576 LimitNPROC=1048576