moby--moby/docker
Doug Davis ba973f2d74 Remove used param on ParseHost
The first param on opts.ParseHost() wasn't being used for anything.

Once we get rid of that param we can then also clean-up some code
that calls ParseHost() because the param that was passed in wasn't
being used for anything else.

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-10-11 20:45:17 -07:00
..
README.md Add README.md file for the docker directory 2014-05-20 09:04:46 +00:00
client.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
common.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
daemon.go Remove used param on ParseHost 2015-10-11 20:45:17 -07:00
daemon_freebsd.go Separate API router from server. 2015-09-29 19:43:03 -04:00
daemon_linux.go Separate API router from server. 2015-09-29 19:43:03 -04:00
daemon_none.go Separate API router from server. 2015-09-29 19:43:03 -04:00
daemon_unix.go fix golint warnings/errors on `pkg/system` and `pkg/stdcopy` 2015-08-13 18:47:13 +08:00
daemon_windows.go Separate API router from server. 2015-09-29 19:43:03 -04:00
docker.go Use consistent command description 2015-10-08 08:46:21 -04:00
docker_windows.go Windows: Build docker.exe manifested and with icon 2015-06-04 11:49:10 -07:00
flags.go Use consistent command description 2015-10-08 08:46:21 -04:00
flags_experimental.go Use consistent command description 2015-10-08 08:46:21 -04:00
flags_test.go Add test to check if subcommands are sorted 2015-08-07 01:34:21 -07:00

README.md

docker.go contains Docker's main function.

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