1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Find a file
2013-01-27 15:42:42 -08:00
docker Fixed IO edge cases on docker client. Wait for stdin to close before exiting if it's a pipe, but not if it's a terminal. Correctly send stdin EOF to the server with TCP half-close 2013-01-25 11:26:18 -08:00
dockerd Experimenting with a UI which differentiates images and containers 2013-01-27 15:42:42 -08:00
fake Plugged 4 more commands into the real backend: 'diff', 'reset', 'run', 'stop'. 'run' actually runs the process, but doesn't capture outptu properly, and encounters mount issues 2013-01-26 15:56:42 -08:00
future Experimenting with a UI which differentiates images and containers 2013-01-27 15:42:42 -08:00
image Experimenting with a UI which differentiates images and containers 2013-01-27 15:42:42 -08:00
rcli rcli.DialTCP(): return a net.TCPConn to allow TCP-specific operations (ie. half-close) 2013-01-25 11:27:47 -08:00
container.go Experimenting with a UI which differentiates images and containers 2013-01-27 15:42:42 -08:00
container_test.go Fixed lxc-wait race condition. Added unit test to try running multiple 2013-01-22 17:30:09 -08:00
docker.go Docker: Fixed an issue with container unmarshaling which prevented 2013-01-25 14:09:21 -08:00
docker_test.go Fixed a bug preventing containers from running after being restored 2013-01-25 16:20:34 -08:00
filesystem.go Added various debugging commands: cat, write, ls, inspect, mount, umount 2013-01-27 01:08:34 -08:00
filesystem_test.go Filesystem: Changes API 2013-01-25 11:05:11 -08:00
lxc_template.go container.Name -> container.Id 2013-01-21 18:39:52 -08:00
state.go Experimenting with a UI which differentiates images and containers 2013-01-27 15:42:42 -08:00
utils.go docker tar: stream the contents of a container as a tar archive 2013-01-27 00:59:49 -08:00
utils_test.go Initial commit 2013-01-18 16:13:39 -08:00