mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
Merge pull request #746 from justincormack/no-2375
Stop Docker listening on port 2375
This commit is contained in:
commit
82d92fd11b
@ -34,11 +34,6 @@ start()
|
||||
|
||||
# Only start with networking on cloud editions
|
||||
DOCKER_OPTS="${DOCKER_OPTS} -H unix:///var/run/docker.sock"
|
||||
if [ "$(mobyplatform)" = "aws" ] || [ "$(mobyplatform)" = "azure" ]
|
||||
then
|
||||
# TODO: Don't do this
|
||||
DOCKER_OPTS="${DOCKER_OPTS} -H 0.0.0.0:2375"
|
||||
fi
|
||||
|
||||
# On desktop editions, force swarm advertise address to be on eth0
|
||||
# Currently we do not support multi node swarm on these editions
|
||||
|
Loading…
Reference in New Issue
Block a user