Commit Verlauf

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