moby--moby/libnetwork/client
Sebastiaan van Stijn 6796c2cc9b client/mflag: remove use of docker/docker/pkg/homedir
The homedir package was only used to print default values for
flags that contained paths inside the user's home-directory in
a slightly nicer way (replace `/users/home` with `~`).

Given that this is not critical, we can replace this with golang's
function, which does not depend on libcontainer.

There's still one use of the homedir package in docker/docker/opts,
which is used by the dnet binary (but only requires the homedir
package when running in rootless mode)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-12 02:38:48 +02:00
..
mflag client/mflag: remove use of docker/docker/pkg/homedir 2020-09-12 02:38:48 +02:00
client.go Fix new golint reported errors 2016-11-14 16:41:54 -08:00
client_service_test.go Remove unnecessary string formats 2016-11-22 09:29:53 +08:00
client_test.go Remove unnecessary string formats 2016-11-22 09:29:53 +08:00
network.go Add mflag package locally to libnetwork 2016-09-07 13:47:32 -07:00
service.go Remove dependency on github.com/docker/docker/opts 2020-09-12 02:38:39 +02:00
types.go Fix sanbox typo 2016-06-24 15:14:01 -07:00