Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Go to file
Andrea Luzzardi 174f25909c Filesystem: Re-implemented Umount() and IsMounted() to work around AUFS
issues.

Umount() will now attempt to remove the mntpoint after umounting.
It will keep retrying for some time until the mntpoint is deleted.
2013-01-28 11:58:47 -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 'docker run -t': allocate a pseudo-tty for interactive mode (disabled by default) 2013-01-25 11:33:18 -08:00
fake Moved more utilities to docker/future 2013-01-25 11:23:18 -08:00
future First implementation of a layer store. 'docker pull' and 'docker put' now really work (but containers are still fake) 2013-01-25 11:32:37 -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 Fixed a bug preventing containers from running after being restored 2013-01-25 16:20:34 -08:00
container_test.go Added sequential and parallel benchmarks in order to stress test docker 2013-01-28 11:51:51 -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 Filesystem: Re-implemented Umount() and IsMounted() to work around AUFS 2013-01-28 11:58:47 -08:00
filesystem_test.go filesystem: Added IsMounted() unit tests 2013-01-28 11:51:41 -08:00
lxc_template.go container.Name -> container.Id 2013-01-21 18:39:52 -08:00
state.go go fmt 2013-01-22 17:30:37 -08:00
utils.go Initial commit 2013-01-18 16:13:39 -08:00
utils_test.go Initial commit 2013-01-18 16:13:39 -08:00