1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration-cli
Timothy Hobbs 608702b980 Refactor device handling code
We now have one place that keeps track of (most) devices that are allowed and created within the container.  That place is pkg/libcontainer/devices/devices.go

This fixes several inconsistencies between which devices were created in the lxc backend and the native backend.  It also fixes inconsistencies between wich devices were created and which were allowed.  For example, /dev/full was being created but it was not allowed within the cgroup.  It also declares the file modes and permissions of the default devices, rather than copying them from the host.  This is in line with docker's philosphy of not being host dependent.

Docker-DCO-1.1-Signed-off-by: Timothy Hobbs <timothyhobbs@seznam.cz> (github: https://github.com/timthelion)
2014-05-30 19:21:29 +00:00
..
build_tests adding test for hanging ADD src . 2014-05-22 17:28:04 -07:00
run_tests/TestVolumeWithSymlink Fixes #5152 : symlink in volume path 2014-04-28 13:18:12 -07:00
docker_cli_attach_test.go Port multiple attach test to cli tests 2014-04-18 02:14:00 +00:00
docker_cli_build_test.go Move entrypoint build test to integration-cli 2014-05-27 08:36:38 +04:00
docker_cli_commit_test.go Add test for commiting container with bind mount 2014-05-19 22:57:29 +00:00
docker_cli_cp_test.go integration-cli: cp: added symlink-related tests 2014-05-24 11:01:20 +10:00
docker_cli_diff_test.go cli integration: sync container & image deletion 2014-04-04 03:22:32 +03:00
docker_cli_export_import_test.go cli integration: sync container & image deletion 2014-04-04 03:22:32 +03:00
docker_cli_images_test.go Convert a legacy integration test to a clean v2 CLI integration test. 2014-04-07 20:34:21 +00:00
docker_cli_import_test.go add test 2014-03-31 19:31:21 +00:00
docker_cli_info_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_kill_test.go cli integration: sync container & image deletion 2014-04-04 03:22:32 +03:00
docker_cli_links_test.go integration-cli: tests for /etc/hosts and net=host 2014-05-21 15:20:29 -07:00
docker_cli_logs_test.go Timestamps for docker logs. 2014-05-01 20:40:36 +04:00
docker_cli_nat_test.go now busybox as nc 2014-05-23 21:03:52 +00:00
docker_cli_pull_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_push_test.go cli integration: sync container & image deletion 2014-04-04 03:22:32 +03:00
docker_cli_rm_test.go convert so rm tests to integration-cli 2014-04-18 17:40:12 +00:00
docker_cli_run_test.go Refactor device handling code 2014-05-30 19:21:29 +00:00
docker_cli_save_load_test.go cli integration: sync container & image deletion 2014-04-04 03:22:32 +03:00
docker_cli_search_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_tag_test.go cli integration: sync container & image deletion 2014-04-04 03:22:32 +03:00
docker_cli_top_test.go provide more information when TestTop tests fail 2014-04-17 03:39:15 +03: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 integcli: resolve full path to docker binary 2014-05-17 02:38:28 +03:00
docker_utils.go integcli: add getContainerCount utility function 2014-05-19 23:10:54 +03:00
MAINTAINERS Make Cristian maintainer of integration-cli (he wrote it) 2014-05-16 19:03:08 -07:00
utils.go Convert a legacy integration test to a clean v2 CLI integration test. 2014-04-07 20:34:21 +00:00