From 8affc387753f2e1006a748c4a66ac7055cf2d9b2 Mon Sep 17 00:00:00 2001 From: Alex Polvi Date: Thu, 25 Jul 2013 12:28:53 -0700 Subject: [PATCH 1/2] re-add docker starting by default --- .../coreos-overlay/app-emulation/docker/docker-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.5.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.5.0.ebuild index c3c67ac466..dc0652ad5d 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.5.0.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.5.0.ebuild @@ -39,5 +39,5 @@ src_install() { keepdir /var/lib/${PN}/containers systemd_dounit "${FILESDIR}"/${PN}.service # not enabling by default because it messes up the EC2 169. meta url routing - #systemd_enable_service multi-user.target ${PN}.service + systemd_enable_service multi-user.target ${PN}.service } From 20dc12868f8091317ccc662db51f2f88f7a0a1bc Mon Sep 17 00:00:00 2001 From: Alex Polvi Date: Thu, 25 Jul 2013 15:24:05 -0700 Subject: [PATCH 2/2] add symlink --- .../coreos-overlay/app-emulation/docker/docker-0.5.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) create mode 120000 sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.5.0-r1.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.5.0-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.5.0-r1.ebuild new file mode 120000 index 0000000000..767049c357 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.5.0-r1.ebuild @@ -0,0 +1 @@ +docker-0.5.0.ebuild \ No newline at end of file