Docker is not honoring configuration to listen on tcp socket
Bug #1848437 reported by
Daniel
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
docker (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I would like to configure docker to listen on port tcp://0.0.0.0:2375.
I have tried different configuration options like /etc/docker/
DOCKER_OPTS="--host unix://
but docker will never use the tcp settings.
The only way I have found that works is to change /etc/systemd/
BUT this file is replaced every time there is a new version.
What is the correct way to configure docker to listen on 'tcp://
To post a comment you must log in.