Have docker start script honor configuration
authorMartin André <m.andre@redhat.com>
Tue, 6 Sep 2016 13:37:00 +0000 (15:37 +0200)
committerMartin André <m.andre@redhat.com>
Wed, 19 Oct 2016 12:31:17 +0000 (14:31 +0200)
commit6d41f690331b28b88dcdc614ed10019a06ed88c2
treeb8ee0ca2066be529e207b1ef1ec2c08f2d9795b1
parent81aa47d3143bf58cffdb0bd9fbacfd0e05e195e4
Have docker start script honor configuration

The test was always evaluate as true which resulted in
insecure_registry line being set even when DockerNamespaceIsRegistry
was set to false.

Change-Id: Iacb73a4908a6a27082b94fe919734e644ed47b19
docker/firstboot/start_docker_agents.sh