Remove special case for insecure registry

This is now in the daemon.json config file see
https://github.com/docker/pinata/issues/2771

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-04-26 14:17:16 +01:00
parent 95e37843cc
commit 501301a849

View File

@ -61,10 +61,6 @@ start()
DOCKER_OPTS="${DOCKER_OPTS} --userland-proxy-bin /sbin/proxy"
fi
fi
if mobyconfig exists insecure-registry
then
DOCKER_OPTS="${DOCKER_OPTS} --insecure-registry $(mobyconfig get insecure-registry)"
fi
for d in Users Volumes tmp private
do