docs/integration-cli
Andrea Luzzardi a487593729 Stable Networking: Keep the same network settings across container restarts.
This change will allocate network settings (IP and public ports) at
container creation rather than start and keep them throughout the
lifetime of the container (i.e. until it gets destroyed) instead of
discarding them when the container is stopped.

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2014-10-03 13:46:24 -07:00
..
build_tests/TestCopy Rewrite TestContextTar tests to not use fixtures 2014-09-24 17:09:18 +04:00
MAINTAINERS Fix format in maintainers files 2014-06-02 07:05:06 +00:00
docker_api_events_test.go Use prefix naming for events test 2014-09-19 21:56:25 +04:00
docker_api_inspect_test.go Use prefix naming for inspect tests 2014-09-19 21:56:25 +04:00
docker_cli_attach_test.go Use prefix naming for attach tests 2014-09-19 21:56:25 +04:00
docker_cli_build_test.go Move archive package into pkg/archive 2014-09-29 23:23:36 -07:00
docker_cli_commit_test.go Split volumes out from daemon 2014-09-19 17:47:47 -05:00
docker_cli_cp_test.go integration-cli: cp: added symlink-related tests 2014-05-24 11:01:20 +10:00
docker_cli_create_test.go Use prefix naming for create tests 2014-09-19 22:11:54 +04:00
docker_cli_daemon_test.go Add TestDaemonRestartWithRunningContainersPorts 2014-09-02 12:13:21 -07:00
docker_cli_diff_test.go Add logDone logs where it's missing 2014-08-28 09:25:57 +04:00
docker_cli_events_test.go Add DockerCli tests 2014-09-25 20:58:43 +02:00
docker_cli_exec_test.go test for panic on daemon restart 2014-09-18 21:54:42 +00:00
docker_cli_export_import_test.go add docker import test with a tag. Fixes #7714 2014-08-26 15:51:22 +08:00
docker_cli_history_test.go Rewrite TestBuildHistory to not use fixtures 2014-09-24 12:38:48 +04:00
docker_cli_images_test.go Removing an image that fails, also removes the image name/tag. 2014-09-11 11:29:25 -07:00
docker_cli_import_test.go integ-cli: fix TestImportDisplay & add FileServer 2014-09-16 01:54:21 +03:00
docker_cli_info_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_inspect_test.go Move TestGetImagesByName 2014-07-03 01:39:08 +02:00
docker_cli_kill_test.go move TestKillDifferentUser 2014-08-27 23:34:37 +00:00
docker_cli_links_test.go Use prefix naming for links tests 2014-09-19 22:11:54 +04:00
docker_cli_logs_test.go add the timeutils package 2014-09-17 14:30:08 +03:00
docker_cli_nat_test.go Make nat test less racy and accurate 2014-09-01 16:54:32 -07:00
docker_cli_port_test.go Use prefix naming for port tests 2014-09-19 22:11:54 +04:00
docker_cli_ps_test.go Filter containers by status. 2014-09-29 20:11:19 -07:00
docker_cli_pull_test.go Pull all image aliases for id. Closes #8141. 2014-09-25 11:48:49 -07:00
docker_cli_push_test.go cli integration: sync container & image deletion 2014-04-04 03:22:32 +03:00
docker_cli_restart_test.go Use prefix naming for restart tests 2014-09-19 22:11:54 +04:00
docker_cli_rm_test.go Split volumes out from daemon 2014-09-19 17:47:47 -05:00
docker_cli_rmi_test.go Use prefix naming for rmi tests 2014-09-19 22:11:54 +04:00
docker_cli_run_test.go Stable Networking: Keep the same network settings across container restarts. 2014-10-03 13:46:24 -07:00
docker_cli_save_load_test.go integcli: fix permission detection for aufs 2014-09-19 21:08:57 +03:00
docker_cli_search_test.go Fix search test for busybox image 2014-08-19 09:52:46 -07:00
docker_cli_start_test.go Fix #7843 2014-09-26 11:31:02 -04:00
docker_cli_tag_test.go Update integration-cli tests to allow one-letter tag as valid. 2014-09-15 15:17:50 -07:00
docker_cli_top_test.go Merge pull request #7812 from erikh/fix_top 2014-09-01 11:31:38 -07:00
docker_cli_version_test.go client: Rip out HTTP check from docker version 2014-05-18 02:22:22 +01:00
docker_test_vars.go Test on execdriver dir behavior 2014-09-22 22:49:21 +04:00
docker_utils.go Rewrite TestBuildWithInaccessibleFilesInContext to not use fixtures 2014-09-24 17:09:14 +04:00
utils.go integcli: add & use dockerCmdWithTimeout & InDir 2014-09-22 21:02:51 +03:00