提交历史

作者 SHA1 备注 提交日期
  Guillaume J. Charmes e0b09d4933 Add "nuke" function to docker tests to avoid disk space waste 12 年之前
  Solomon Hykes 2548722dae Fix a bug which caused dockerd to crash at startup if a container didn't have a registered mountpoint 12 年之前
  Guillaume J. Charmes 687d6f25ee Change relative paths to absolute 12 年之前
  shin- 5d6199b925 post-merge repairs 12 年之前
  shin- 2441edf1a3 Merged upstream changes in fs branch 12 年之前
  shin- 97a8209438 Merged master branch into fs 12 年之前
  Solomon Hykes 4474cd5677 Fixed a bug which caused docker to crash at startup while restoring existing containers 12 年之前
  Solomon Hykes c59fff422f gofmt 12 年之前
  shin- 93ba6dd82b Plugged in image store in front-end (some commands are deactivated right now, will progressively reintroduce them 12 年之前
  Solomon Hykes 2df0bc6bc0 Container logs are persisted on disk 12 年之前
  Andrea Luzzardi 09eacdfade Container can now take a list of ports to expose in its config 12 年之前
  shin- 2ebf3464a1 Halfway through fs branch fixes, TestUser not passing 12 年之前
  Andrea Luzzardi c7f4602b18 Merge from master 12 年之前
  Solomon Hykes ebaa50c4c9 docker wait: block until a container exits, and print its exit code 12 年之前
  Andrea Luzzardi c08f5b2b84 Integrated the network allocator into Docker. A networking environment 12 年之前
  Andrea Luzzardi 5cecd548cd Basic networking support with hardcoded addresses. Work in progress. 12 年之前
  Andrea Luzzardi 0da9ccc18e Fixed a bug preventing proper reattachment to stdin upon container restart 12 年之前
  Andrea Luzzardi 1793538a68 Generate LXC config upon start rather than at container creation 12 年之前
  Andrea Luzzardi 6de3e8a22d Implemented support to run as a different user (through the -u flag) 12 年之前
  Andrea Luzzardi 58a2294260 Implemented a self-injecting process wrapper that runs inside the container 12 年之前
  Andrea Luzzardi caea45dd72 Container: Improved pseudo-terminal support 12 年之前
  Andrea Luzzardi 94b1cf4be3 go fmt 12 年之前
  Solomon Hykes c7a944caf2 List containers ordered by creation time 12 年之前
  Solomon Hykes 7a50153c32 'docker run -i' optionally opens stdin. 'docker attach' attaches to a running container (including stdin). 'docker run -t' allocates a tty (still buggy) 12 年之前
  Andrea Luzzardi 333abbf85a go fmt 12 年之前
  Solomon Hykes 904b0ab52b Experimenting with a UI which differentiates images and containers 12 年之前
  Solomon Hykes fc19a00103 Fixed a bug which caused Container.Start() to fail when the rootfs was already mounted. 12 年之前
  Solomon Hykes b6fb5bb21b Create empty mountpoints (./rw and ./rootfs) every time we create or load a container 12 年之前
  Solomon Hykes 5d6dd22fb2 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 12 年之前
  Solomon Hykes dbc7fb7575 Merge branch 'master' of ssh://github.com/dotcloud/docker 12 年之前