1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api
John Starks 4acc2c7499 Windows: Always enable VT emulation
Always enable VT output emulation when starting the process so that
non-attaching commands can still output VT codes.

Also remove the version block for using the native console and just rely
on supported flags being present.

Signed-off-by: John Starks <jostarks@microsoft.com>
2016-06-23 13:14:39 -07:00
..
client Windows: Always enable VT emulation 2016-06-23 13:14:39 -07:00
fixtures
server api,daemon: cleanup some unused stuff 2016-06-21 14:15:19 -07:00
types/backend
common.go Bump API Version to v1.25 2016-06-14 20:03:50 -07:00
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