moby--moby/docker
David Calavera 27220ecc6b Move timeutils functions to the only places where they are used.
- Move time json marshaling to the jsonlog package: this is a docker
  internal hack that we should not promote as a library.
- Move Timestamp encoding/decoding functions to the API types: This is
  only used there. It could be a standalone library but I don't this
it's worth having a separated repo for this. It could introduce more
complexity than it solves.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-12-15 14:56:14 -05:00
..
README.md
client.go
common.go
daemon.go Move timeutils functions to the only places where they are used. 2015-12-15 14:56:14 -05:00
daemon_freebsd.go Fix "./docker" package name on freebsd 2015-11-17 09:38:19 -08:00
daemon_linux.go Remove LXC support. 2015-11-05 17:09:57 -05:00
daemon_none.go Remove deprecated cli flags 2015-11-15 10:40:01 +01:00
daemon_unix.go
daemon_windows.go Separate API router from server. 2015-09-29 19:43:03 -04:00
docker.go Remove deprecated cli flags 2015-11-15 10:40:01 +01:00
docker_windows.go
flags.go Use consistent command description 2015-10-08 08:46:21 -04:00
flags_test.go

README.md

docker.go contains Docker's main function.

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