Sebastiaan van Stijn
|
774cd9a26c
opts: use strings.Cut() and refactor parseDaemonHost()
|
2 年之前 |
Sebastiaan van Stijn
|
a3ae9a5956
opts: ParseTCPAddr(): extract parsing logic, consistent errors
|
3 年之前 |
Sebastiaan van Stijn
|
eebd8d3c0c
opts: ParseTCPAddr(): remove workaround for go1.5
|
3 年之前 |
Sebastiaan van Stijn
|
ecbfe73193
opts: ParseTCPAddr(): fix validation of hosts to not ignore path elements
|
3 年之前 |
Sebastiaan van Stijn
|
053962af92
Move HostGatewayName const to opts, and change vars to consts
|
4 年之前 |
Arko Dasgupta
|
92e809a680
Support host.docker.internal in dockerd on Linux
|
5 年之前 |
Akihiro Suda
|
3518383ed9
dockerd: fix rootless detection (alternative to #39024)
|
6 年之前 |
Akihiro Suda
|
ec87479b7e
allow running `dockerd` in an unprivileged user namespace (rootless mode)
|
6 年之前 |
Daniel Nephin
|
4f0d95fa6e
Add canonical import comment
|
7 年之前 |
Vincent Demeester
|
de5c80b4f3
Remove Docker from some functions
|
7 年之前 |
Vincent Demeester
|
6129e6ce3e
Merge pull request #29697 from yuexiao-wang/fix-docker-daemon
|
8 年之前 |
yuexiao-wang
|
62cc802f61
Update docker daemon to dockerd
|
8 年之前 |
Vincent Demeester
|
c424be21b7
Clean some stuff from runconfig that are cli only…
|
8 年之前 |
yuexiao-wang
|
113cae5ba2
Change tls to TLS
|
8 年之前 |
Tonis Tiigi
|
0a4a0d9800
Fix opts tests after default port fix
|
9 年之前 |
Tonis Tiigi
|
fb3eb1c27e
Unify swarm init and update options
|
9 年之前 |
John Starks
|
0906195fbb
Windows: Add support for named pipe protocol
|
9 年之前 |
Daniel Nephin
|
9b99591054
Move ParseDockerDaemonHost to opts/ package.
|
9 年之前 |