1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api
David Calavera 0bfbc6e788 Extract sockets initialization to a package.
Because I just used it somewhere else and it would be nice if I didn't have to copy and paste the code.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-05-20 16:48:39 -07:00
..
client Merge pull request #13338 from icecrime/13023_experimental_env_var 2015-05-20 13:04:28 -07:00
server Extract sockets initialization to a package. 2015-05-20 16:48:39 -07:00
types Add DOCKER_EXPERIMENTAL environment variable 2015-05-20 12:21:17 -07:00
api_unit_test.go
common.go Windows: mkdirall volume path aware 2015-04-30 11:59:42 -07:00
README.md

This directory contains code pertaining to the Docker API:

  • Used by the docker client when communicating with the docker daemon

  • Used by third party tools wishing to interface with the docker daemon