Commit History

Author SHA1 Message Date
  Guillaume J. Charmes bb22cd492e Add unit test for hanging kill + fix other tests behaviour 12 years ago
  Guillaume J. Charmes 20085794f0 Increase the timeout in TestStart() to make sure the container has the time to die within the function 12 years ago
  Guillaume J. Charmes cda9cf1539 Avoid unwanted warnings from destroy() in TestStart() 12 years ago
  Guillaume J. Charmes 91b1f9eee9 Avoid destroy() timeout by closing stdin in TestStart() 12 years ago
  Caleb Spare 15b3088157 Don't convert []byte to string unnecessarily. 12 years ago
  Guillaume J. Charmes d949e2804a Add a check to avoid double start (resulting in dockerd to panic) and unit test for it 12 years ago
  Solomon Hykes 7dbb1eacc1 Merge remote-tracking branch 'origin/improve_container_tests' 12 years ago
  Guillaume J. Charmes 0ebdca5e61 Add unit test for multiple attach / restart 12 years ago
  Guillaume J. Charmes 232dbb1864 Improve the containers unit tests (add error checking) 12 years ago
  Solomon Hykes a8ae0aafe3 Add unit test for container id format 12 years ago
  Solomon Hykes 6ce64e8458 Moved image name into config. runtime.Create() now receives a single Config parameter 12 years ago
  Solomon Hykes 031f91df1a runtime.Create receives an image name + Config. The Config includes all required runtime information: command, environment, ports etc. 12 years ago
  Solomon Hykes 05ae69a6eb 'docker commit' records parent container id and command, in addition to parent image 12 years ago
  Solomon Hykes b8547f31e4 Renamed Docker{} to Runtime{} for clarity 12 years ago
  Solomon Hykes 7c57a4cfc0 Simplified the core container API, ported it to the new graph. Some features are missing eg. image 'paths' and tags 12 years ago
  creack 453d49573c Put back the github.com path for the import 12 years ago
  creack 150a4fe7e5 Merge master within fs 12 years ago
  Guillaume J. Charmes 45a8bba15e gofmt 12 years ago
  Guillaume J. Charmes f2dc079c05 Add TestCommitRun unit test 12 years ago
  Guillaume J. Charmes e0b09d4933 Add "nuke" function to docker tests to avoid disk space waste 12 years ago
  Sam Alba 948961831a Renamed Container property Ram to Memory before it is too late 12 years ago
  Sam Alba 4e5ae88372 Implemented unit tests for the generated LXC config 12 years ago
  shin- 97a8209438 Merged master branch into fs 12 years ago
  Solomon Hykes fb350e0c77 Setup a predictable, repeatable environment for containers 12 years ago
  shin- 2ebf3464a1 Halfway through fs branch fixes, TestUser not passing 12 years ago
  Andrea Luzzardi ac36c986e0 run as user tests: Check the exit codes 12 years ago
  Andrea Luzzardi dd84ba3485 Autonomous testing: Don't depend on /var/lib/docker/images/ubuntu being 12 years ago
  Andrea Luzzardi 0da9ccc18e Fixed a bug preventing proper reattachment to stdin upon container restart 12 years ago
  Andrea Luzzardi f2c2d953a8 Added a restart test to ensure a container can be successfully run twice 12 years ago
  Andrea Luzzardi 6de3e8a22d Implemented support to run as a different user (through the -u flag) 12 years ago