1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docker
Darren Stahl 957792e485 Windows CI: Unit Test move Unix specific struct field tests to _unix.go
Signed-off-by: Darren Stahl <darst@microsoft.com>
2016-02-29 18:04:06 -08:00
..
listeners Add check for non-systemd fd use case 2016-02-22 01:53:38 +00:00
client.go handle debug mode for clients 2016-02-01 14:36:40 -05:00
client_test.go Add regression tests for client debug flag. 2016-02-02 16:57:36 -05:00
common.go
daemon.go Merge pull request #20604 from coolljt0725/fix_reload 2016-02-29 07:14:15 +01:00
daemon_freebsd.go
daemon_linux.go
daemon_none.go
daemon_test.go Windows CI: Unit Test move Unix specific struct field tests to _unix.go 2016-02-29 18:04:06 -08:00
daemon_unix.go Avoid setting default truthy values from flags that are not set. 2016-02-19 18:39:10 -05:00
daemon_unix_test.go Windows CI: Unit Test move Unix specific struct field tests to _unix.go 2016-02-29 18:04:06 -08:00
daemon_windows.go Avoid setting default truthy values from flags that are not set. 2016-02-19 18:39:10 -05:00
docker.go
docker_windows.go
flags.go
flags_test.go
README.md

docker.go contains Docker's main function.

This file provides first line CLI argument parsing and environment variable setting.