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 Batts 92df943fbf daemon logging: unifying output and timestamps
A little refactor of the ./pkg/log so engine can have a logger instance

Signed-off-by: Vincent Batts <vbatts@redhat.com>
2014-09-26 14:44:46 -04:00
..
client.go daemon logging: unifying output and timestamps 2014-09-26 14:44:46 -04:00
daemon.go daemon logging: unifying output and timestamps 2014-09-26 14:44:46 -04:00
docker.go daemon logging: unifying output and timestamps 2014-09-26 14:44:46 -04:00
flags.go Merge pull request #7110 from tiborvass/merge-6907 2014-09-17 03:23:50 +04:00
README.md Add README.md file for the docker directory 2014-05-20 09:04:46 +00:00

docker.go contains Docker's main function.

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