1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docker
Vincent Demeester 7534f17261
Update code for latest engine-api
- Update CopyToContainer uses
- Use engine-api/types/versions instead of pkg/version

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-04-19 16:56:54 +02:00
..
client.go
client_test.go
common.go
daemon.go Update code for latest engine-api 2016-04-19 16:56:54 +02:00
daemon_freebsd.go
daemon_linux.go
daemon_none.go daemon: remove some unused code 2016-03-31 11:24:12 -07:00
daemon_test.go Windows CI: Fix unit test failures 2016-03-11 19:31:08 -08:00
daemon_unix.go pkg: listeners: move Docker-specific semantics to docker/daemon* 2016-04-12 12:50:43 +10:00
daemon_unix_test.go Windows CI: Fix unit test failures 2016-03-11 19:31:08 -08:00
daemon_windows.go pkg: listeners: move Docker-specific semantics to docker/daemon* 2016-04-12 12:50:43 +10: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.