Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Go to file
Solomon Hykes 279917e353 Fixed bug which caused permission errors for non-root users on rw layer (Thanks @jpetazo!) 2013-01-29 03:14:16 -08:00
docker Fixed typo in Darwin termios settings 2013-01-28 18:37:54 -08:00
dockerd 'docker inspect' can be used on images and containers 2013-01-28 23:22:45 -08:00
fake Fixed docker.fake so that fake.StartCommand() can be used on Darwin for testing 2013-01-28 23:16:41 -08:00
future Experimenting with a UI which differentiates images and containers 2013-01-27 15:42:42 -08:00
image Fixed a bug which caused 'docker cp' to fail when the destination name already exists. 2013-01-28 23:17:47 -08:00
rcli Convenience logging in rcli 2013-01-27 15:43:08 -08:00
LICENCE.txt Temporary licence file until we open-source it 2013-01-28 23:34:17 -08:00
container.go 'docker run -i' optionally opens stdin. 'docker attach' attaches to a running container (including stdin). 'docker run -t' allocates a tty (still buggy) 2013-01-28 17:50:12 -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: Make sure to umount the container if it's still mounted at 2013-01-28 12:00:20 -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 Fixed bug which caused permission errors for non-root users on rw layer (Thanks @jpetazo!) 2013-01-29 03:14:16 -08:00
filesystem_test.go filesystem: Added IsMounted() unit tests 2013-01-28 11:51:41 -08:00
lxc_template.go Networking: Mount bind (ro) the host's /etc/resolv.conf into the 2013-01-28 17:32:15 -08:00
state.go go fmt 2013-01-28 14:30:05 -08:00
utils.go go fmt 2013-01-28 14:30:05 -08:00
utils_test.go Initial commit 2013-01-18 16:13:39 -08:00