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_test.go
daemon_unix.go
daemon_unix_test.go
daemon_windows.go
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.