mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-29 05:27:41 +00:00
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:
parent
95e37843cc
commit
501301a849
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user