Bind mount files to run DiD in latest atomic host
authorMartin André <m.andre@redhat.com>
Tue, 26 Jul 2016 09:31:49 +0000 (11:31 +0200)
committerMartin André <m.andre@redhat.com>
Wed, 19 Oct 2016 12:31:17 +0000 (14:31 +0200)
commite7cb607872e6f62b5ae199545877e5928bb0baaa
treeb7f57e7c35522352ea83b52b87c79f8ef0f9b650
parent6d41f690331b28b88dcdc614ed10019a06ed88c2
Bind mount files to run DiD in latest atomic host

The /usr/bin/docker is a shell script in latest atomic host, pointing
to either docker-latest or docker-current binary. Bind mount the
required files from atomic host to be able to run docker in docker
inside heat-agents container.

Co-Authored-By: Flavio Percoco <flavio@redhat.com>
Change-Id: I97e29f65beb3a3f89c1b42c339e2e89f0fc1d519
docker/firstboot/start_docker_agents.sh