Sebastiaan van Stijn
|
ddb42f3ad2
daemon: fix empty-lines (revive)
|
2 年 前 |
Sebastiaan van Stijn
|
528428919e
libnetwork/config: merge DaemonCfg into Config
|
2 年 前 |
Brian Goff
|
4b981436fe
Fixup libnetwork lint errors
|
4 年 前 |
Brian Goff
|
a0a473125b
Fix libnetwork imports
|
4 年 前 |
Sebastiaan van Stijn
|
053962af92
Move HostGatewayName const to opts, and change vars to consts
|
4 年 前 |
Tibor Vass
|
5ffd677824
Merge pull request #41020 from thaJeztah/fix_sandbox_cleanup
|
5 年 前 |
Sebastiaan van Stijn
|
288ed93dc5
daemon.allocateNetwork: include original error in logs
|
5 年 前 |
Sebastiaan van Stijn
|
84ef60cba2
allocateNetwork: don't assign unneeded variables
|
5 年 前 |
Sebastiaan van Stijn
|
b98b8df886
allocateNetwork: fix network sandbox not cleaned up on failure
|
5 年 前 |
Sebastiaan van Stijn
|
eb14d936bf
daemon: rename variables that collide with imported package names
|
6 年 前 |
Sebastiaan van Stijn
|
ca20bc4214
Merge pull request #40007 from arkodg/add-host-docker-internal
|
5 年 前 |
Arko Dasgupta
|
92e809a680
Support host.docker.internal in dockerd on Linux
|
5 年 前 |
Sebastiaan van Stijn
|
6d9c219c54
daemon: S1033: unnecessary guard around call to delete (gosimple)
|
5 年 前 |
Kamil Domański
|
186e22d26e
include IPv6 address of linked containers in /etc/hosts
|
6 年 前 |
Sebastiaan van Stijn
|
651e694508
Prevent panic on network attach
|
6 年 前 |
Sebastiaan van Stijn
|
04ff4a2ba4
Merge pull request #39137 from arkodg/attach-to-existing-network-error
|
6 年 前 |
Olli Janatuinen
|
a3fcd4b82a
Add alias for hostname if hostname != container
|
6 年 前 |
Arko Dasgupta
|
31e8fcc678
Change Forbidden Error (403) to Conflict(409)
|
6 年 前 |
Arko Dasgupta
|
871acb1c86
Gracefully take care of the error case when a container
|
6 年 前 |
Vincent Demeester
|
da823cf3a5
Merge pull request #38853 from cyphar/integration-cli-ensureImage
|
6 年 前 |
Sebastiaan van Stijn
|
bcb4a331f9
connectToNetwork: use locally scoped err
|
6 年 前 |
Sebastiaan van Stijn
|
ebe0174f22
Simplify hasUserDefinedIPAddress, and centralize validation
|
6 年 前 |
Sebastiaan van Stijn
|
20dde01848
Move EnableServiceDiscoveryOnDefaultNetwork to container-operations
|
6 年 前 |
Sebastiaan van Stijn
|
0169ad3e2a
Remove redundant isNetworkHotPluggable() function
|
6 年 前 |
Aleksa Sarai
|
d283c7fa2b
*: remove interfacer linter from CI
|
6 年 前 |
Flavio Crisciani
|
e353e7e3f0
Fixes for resolv.conf
|
7 年 前 |
Brian Goff
|
cc8f358c23
Move network operations out of container package
|
7 年 前 |
Chris Telfer
|
c27417aa7d
Remove (now) extra call to sb.DisableService()
|
7 年 前 |
Daniel Nephin
|
4f0d95fa6e
Add canonical import comment
|
7 年 前 |
Brian Goff
|
c379d2681f
Fix race in attachable network attachment
|
7 年 前 |