moby--moby/api
David Calavera 72f1881df1 Add event types.
- Stop serializing JSONMessage in favor of events.Message.
- Keep backwards compatibility with JSONMessage for container events.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-12-30 17:39:33 -05:00
..
client Add event types. 2015-12-30 17:39:33 -05:00
fixtures
server Add event types. 2015-12-30 17:39:33 -05:00
types Add event types. 2015-12-30 17:39:33 -05:00
README.md
common.go
common_test.go

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