Import docker.io_1.11.2~ds1.orig.tar.gz
authorTianon Gravi <tianon@debian.org>
Mon, 4 Jul 2016 16:59:44 +0000 (17:59 +0100)
committerTianon Gravi <tianon@debian.org>
Mon, 4 Jul 2016 16:59:44 +0000 (17:59 +0100)
commitd9feeb93f502f4314ddc357b75f0e4cd62a40892
treecd820973a372211e99acc221a44c036f6b875ed3
Import docker.io_1.11.2~ds1.orig.tar.gz

[dgit import orig docker.io_1.11.2~ds1.orig.tar.gz]
1785 files changed:
.dockerignore [new file with mode: 0644]
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.mailmap [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
Dockerfile.aarch64 [new file with mode: 0644]
Dockerfile.armhf [new file with mode: 0644]
Dockerfile.gccgo [new file with mode: 0644]
Dockerfile.ppc64le [new file with mode: 0644]
Dockerfile.s390x [new file with mode: 0644]
Dockerfile.simple [new file with mode: 0644]
Dockerfile.windows [new file with mode: 0755]
LICENSE [new file with mode: 0644]
MAINTAINERS [new file with mode: 0644]
Makefile [new file with mode: 0644]
NOTICE [new file with mode: 0644]
README.md [new file with mode: 0644]
ROADMAP.md [new file with mode: 0644]
VENDORING.md [new file with mode: 0644]
VERSION [new file with mode: 0644]
api/README.md [new file with mode: 0644]
api/client/attach.go [new file with mode: 0644]
api/client/build.go [new file with mode: 0644]
api/client/cli.go [new file with mode: 0644]
api/client/client.go [new file with mode: 0644]
api/client/commit.go [new file with mode: 0644]
api/client/cp.go [new file with mode: 0644]
api/client/create.go [new file with mode: 0644]
api/client/diff.go [new file with mode: 0644]
api/client/events.go [new file with mode: 0644]
api/client/exec.go [new file with mode: 0644]
api/client/exec_test.go [new file with mode: 0644]
api/client/export.go [new file with mode: 0644]
api/client/formatter/custom.go [new file with mode: 0644]
api/client/formatter/custom_test.go [new file with mode: 0644]
api/client/formatter/formatter.go [new file with mode: 0644]
api/client/formatter/formatter_test.go [new file with mode: 0644]
api/client/hijack.go [new file with mode: 0644]
api/client/history.go [new file with mode: 0644]
api/client/images.go [new file with mode: 0644]
api/client/import.go [new file with mode: 0644]
api/client/info.go [new file with mode: 0644]
api/client/inspect.go [new file with mode: 0644]
api/client/inspect/inspector.go [new file with mode: 0644]
api/client/inspect/inspector_go14.go [new file with mode: 0644]
api/client/inspect/inspector_go15.go [new file with mode: 0644]
api/client/inspect/inspector_test.go [new file with mode: 0644]
api/client/kill.go [new file with mode: 0644]
api/client/load.go [new file with mode: 0644]
api/client/login.go [new file with mode: 0644]
api/client/logout.go [new file with mode: 0644]
api/client/logs.go [new file with mode: 0644]
api/client/network.go [new file with mode: 0644]
api/client/pause.go [new file with mode: 0644]
api/client/port.go [new file with mode: 0644]
api/client/ps.go [new file with mode: 0644]
api/client/pull.go [new file with mode: 0644]
api/client/push.go [new file with mode: 0644]
api/client/rename.go [new file with mode: 0644]
api/client/restart.go [new file with mode: 0644]
api/client/rm.go [new file with mode: 0644]
api/client/rmi.go [new file with mode: 0644]
api/client/run.go [new file with mode: 0644]
api/client/save.go [new file with mode: 0644]
api/client/search.go [new file with mode: 0644]
api/client/start.go [new file with mode: 0644]
api/client/stats.go [new file with mode: 0644]
api/client/stats_helpers.go [new file with mode: 0644]
api/client/stats_unit_test.go [new file with mode: 0644]
api/client/stop.go [new file with mode: 0644]
api/client/tag.go [new file with mode: 0644]
api/client/top.go [new file with mode: 0644]
api/client/trust.go [new file with mode: 0644]
api/client/trust_test.go [new file with mode: 0644]
api/client/unpause.go [new file with mode: 0644]
api/client/update.go [new file with mode: 0644]
api/client/utils.go [new file with mode: 0644]
api/client/version.go [new file with mode: 0644]
api/client/volume.go [new file with mode: 0644]
api/client/wait.go [new file with mode: 0644]
api/common.go [new file with mode: 0644]
api/common_test.go [new file with mode: 0644]
api/fixtures/keyfile [new file with mode: 0644]
api/server/httputils/errors.go [new file with mode: 0644]
api/server/httputils/form.go [new file with mode: 0644]
api/server/httputils/form_test.go [new file with mode: 0644]
api/server/httputils/httputils.go [new file with mode: 0644]
api/server/middleware.go [new file with mode: 0644]
api/server/middleware/authorization.go [new file with mode: 0644]
api/server/middleware/cors.go [new file with mode: 0644]
api/server/middleware/debug.go [new file with mode: 0644]
api/server/middleware/middleware.go [new file with mode: 0644]
api/server/middleware/user_agent.go [new file with mode: 0644]
api/server/middleware/version.go [new file with mode: 0644]
api/server/middleware/version_test.go [new file with mode: 0644]
api/server/profiler.go [new file with mode: 0644]
api/server/router/build/backend.go [new file with mode: 0644]
api/server/router/build/build.go [new file with mode: 0644]
api/server/router/build/build_routes.go [new file with mode: 0644]
api/server/router/container/backend.go [new file with mode: 0644]
api/server/router/container/container.go [new file with mode: 0644]
api/server/router/container/container_routes.go [new file with mode: 0644]
api/server/router/container/copy.go [new file with mode: 0644]
api/server/router/container/exec.go [new file with mode: 0644]
api/server/router/container/inspect.go [new file with mode: 0644]
api/server/router/image/backend.go [new file with mode: 0644]
api/server/router/image/image.go [new file with mode: 0644]
api/server/router/image/image_routes.go [new file with mode: 0644]
api/server/router/local.go [new file with mode: 0644]
api/server/router/network/backend.go [new file with mode: 0644]
api/server/router/network/filter.go [new file with mode: 0644]
api/server/router/network/network.go [new file with mode: 0644]
api/server/router/network/network_routes.go [new file with mode: 0644]
api/server/router/router.go [new file with mode: 0644]
api/server/router/system/backend.go [new file with mode: 0644]
api/server/router/system/system.go [new file with mode: 0644]
api/server/router/system/system_routes.go [new file with mode: 0644]
api/server/router/volume/backend.go [new file with mode: 0644]
api/server/router/volume/volume.go [new file with mode: 0644]
api/server/router/volume/volume_routes.go [new file with mode: 0644]
api/server/router_swapper.go [new file with mode: 0644]
api/server/server.go [new file with mode: 0644]
api/server/server_test.go [new file with mode: 0644]
api/types/backend/backend.go [new file with mode: 0644]
builder/builder.go [new file with mode: 0644]
builder/context.go [new file with mode: 0644]
builder/context_unix.go [new file with mode: 0644]
builder/context_windows.go [new file with mode: 0644]
builder/dockerfile/bflag.go [new file with mode: 0644]
builder/dockerfile/bflag_test.go [new file with mode: 0644]
builder/dockerfile/builder.go [new file with mode: 0644]
builder/dockerfile/command/command.go [new file with mode: 0644]
builder/dockerfile/dispatchers.go [new file with mode: 0644]
builder/dockerfile/envVarTest [new file with mode: 0644]
builder/dockerfile/evaluator.go [new file with mode: 0644]
builder/dockerfile/internals.go [new file with mode: 0644]
builder/dockerfile/parser/dumper/main.go [new file with mode: 0644]
builder/dockerfile/parser/json_test.go [new file with mode: 0644]
builder/dockerfile/parser/line_parsers.go [new file with mode: 0644]
builder/dockerfile/parser/parser.go [new file with mode: 0644]
builder/dockerfile/parser/parser_test.go [new file with mode: 0644]
builder/dockerfile/parser/testfile-line/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles-negative/env_no_value/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles-negative/shykes-nested-json/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/ADD-COPY-with-JSON/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/ADD-COPY-with-JSON/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/brimstone-consuldock/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/brimstone-consuldock/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/brimstone-docker-consul/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/brimstone-docker-consul/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/continueIndent/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/continueIndent/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/cpuguy83-nagios/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/cpuguy83-nagios/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/docker/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/docker/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/env/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/env/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/escapes/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/escapes/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/flags/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/flags/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/influxdb/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/influxdb/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/jeztah-invalid-json-json-inside-string-double/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/jeztah-invalid-json-json-inside-string-double/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/jeztah-invalid-json-json-inside-string/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/jeztah-invalid-json-json-inside-string/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/jeztah-invalid-json-single-quotes/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/jeztah-invalid-json-single-quotes/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/jeztah-invalid-json-unterminated-bracket/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/jeztah-invalid-json-unterminated-bracket/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/jeztah-invalid-json-unterminated-string/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/jeztah-invalid-json-unterminated-string/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/json/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/json/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/kartar-entrypoint-oddities/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/kartar-entrypoint-oddities/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/lk4d4-the-edge-case-generator/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/lk4d4-the-edge-case-generator/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/mail/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/mail/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/multiple-volumes/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/multiple-volumes/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/mumble/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/mumble/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/nginx/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/nginx/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/tf2/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/tf2/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/weechat/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/weechat/result [new file with mode: 0644]
builder/dockerfile/parser/testfiles/znc/Dockerfile [new file with mode: 0644]
builder/dockerfile/parser/testfiles/znc/result [new file with mode: 0644]
builder/dockerfile/parser/utils.go [new file with mode: 0644]
builder/dockerfile/shell_parser.go [new file with mode: 0644]
builder/dockerfile/shell_parser_test.go [new file with mode: 0644]
builder/dockerfile/support.go [new file with mode: 0644]
builder/dockerfile/wordsTest [new file with mode: 0644]
builder/dockerignore.go [new file with mode: 0644]
builder/dockerignore/dockerignore.go [new file with mode: 0644]
builder/dockerignore/dockerignore_test.go [new file with mode: 0644]
builder/git.go [new file with mode: 0644]
builder/remote.go [new file with mode: 0644]
builder/remote_test.go [new file with mode: 0644]
builder/tarsum.go [new file with mode: 0644]
cli/cli.go [new file with mode: 0644]
cli/client.go [new file with mode: 0644]
cli/common.go [new file with mode: 0644]
cliconfig/config.go [new file with mode: 0644]
cliconfig/config_test.go [new file with mode: 0644]
cliconfig/credentials/credentials.go [new file with mode: 0644]
cliconfig/credentials/default_store.go [new file with mode: 0644]
cliconfig/credentials/default_store_darwin.go [new file with mode: 0644]
cliconfig/credentials/default_store_linux.go [new file with mode: 0644]
cliconfig/credentials/default_store_unsupported.go [new file with mode: 0644]
cliconfig/credentials/default_store_windows.go [new file with mode: 0644]
cliconfig/credentials/file_store.go [new file with mode: 0644]
cliconfig/credentials/file_store_test.go [new file with mode: 0644]
cliconfig/credentials/native_store.go [new file with mode: 0644]
cliconfig/credentials/native_store_test.go [new file with mode: 0644]
cliconfig/credentials/shell_command.go [new file with mode: 0644]
container/archive.go [new file with mode: 0644]
container/container.go [new file with mode: 0644]
container/container_unit_test.go [new file with mode: 0644]
container/container_unix.go [new file with mode: 0644]
container/container_windows.go [new file with mode: 0644]
container/history.go [new file with mode: 0644]
container/memory_store.go [new file with mode: 0644]
container/memory_store_test.go [new file with mode: 0644]
container/monitor.go [new file with mode: 0644]
container/mounts_unix.go [new file with mode: 0644]
container/mounts_windows.go [new file with mode: 0644]
container/state.go [new file with mode: 0644]
container/state_test.go [new file with mode: 0644]
container/state_unix.go [new file with mode: 0644]
container/state_windows.go [new file with mode: 0644]
container/store.go [new file with mode: 0644]
contrib/README.md [new file with mode: 0644]
contrib/REVIEWERS [new file with mode: 0644]
contrib/apparmor/main.go [new file with mode: 0644]
contrib/apparmor/template.go [new file with mode: 0644]
contrib/builder/deb/amd64/README.md [new file with mode: 0644]
contrib/builder/deb/amd64/build.sh [new file with mode: 0755]
contrib/builder/deb/amd64/debian-jessie/Dockerfile [new file with mode: 0644]
contrib/builder/deb/amd64/debian-stretch/Dockerfile [new file with mode: 0644]
contrib/builder/deb/amd64/debian-wheezy/Dockerfile [new file with mode: 0644]
contrib/builder/deb/amd64/generate.sh [new file with mode: 0755]
contrib/builder/deb/amd64/ubuntu-precise/Dockerfile [new file with mode: 0644]
contrib/builder/deb/amd64/ubuntu-trusty/Dockerfile [new file with mode: 0644]
contrib/builder/deb/amd64/ubuntu-wily/Dockerfile [new file with mode: 0644]
contrib/builder/deb/amd64/ubuntu-xenial/Dockerfile [new file with mode: 0644]
contrib/builder/deb/armhf/debian-jessie/Dockerfile [new file with mode: 0644]
contrib/builder/rpm/amd64/README.md [new file with mode: 0644]
contrib/builder/rpm/amd64/build.sh [new file with mode: 0755]
contrib/builder/rpm/amd64/centos-7/Dockerfile [new file with mode: 0644]
contrib/builder/rpm/amd64/fedora-22/Dockerfile [new file with mode: 0644]
contrib/builder/rpm/amd64/fedora-23/Dockerfile [new file with mode: 0644]
contrib/builder/rpm/amd64/generate.sh [new file with mode: 0755]
contrib/builder/rpm/amd64/opensuse-13.2/Dockerfile [new file with mode: 0644]
contrib/builder/rpm/amd64/oraclelinux-6/Dockerfile [new file with mode: 0644]
contrib/builder/rpm/amd64/oraclelinux-7/Dockerfile [new file with mode: 0644]
contrib/check-config.sh [new file with mode: 0755]
contrib/completion/REVIEWERS [new file with mode: 0644]
contrib/completion/bash/docker [new file with mode: 0644]
contrib/completion/fish/docker.fish [new file with mode: 0644]
contrib/completion/powershell/posh-docker.psm1 [new file with mode: 0644]
contrib/completion/zsh/REVIEWERS [new file with mode: 0644]
contrib/completion/zsh/_docker [new file with mode: 0644]
contrib/desktop-integration/README.md [new file with mode: 0644]
contrib/desktop-integration/chromium/Dockerfile [new file with mode: 0644]
contrib/desktop-integration/gparted/Dockerfile [new file with mode: 0644]
contrib/docker-device-tool/device_tool.go [new file with mode: 0644]
contrib/docker-device-tool/device_tool_windows.go [new file with mode: 0644]
contrib/docker-engine-selinux/LICENSE [new file with mode: 0644]
contrib/docker-engine-selinux/Makefile [new file with mode: 0644]
contrib/docker-engine-selinux/docker.fc [new file with mode: 0644]
contrib/docker-engine-selinux/docker.if [new file with mode: 0644]
contrib/docker-engine-selinux/docker.te [new file with mode: 0644]
contrib/docker-engine-selinux/docker_selinux.8.gz [new file with mode: 0644]
contrib/dockerize-disk.sh [new file with mode: 0755]
contrib/download-frozen-image-v1.sh [new file with mode: 0755]
contrib/download-frozen-image-v2.sh [new file with mode: 0755]
contrib/httpserver/Dockerfile [new file with mode: 0644]
contrib/httpserver/server.go [new file with mode: 0644]
contrib/init/openrc/docker.confd [new file with mode: 0644]
contrib/init/openrc/docker.initd [new file with mode: 0644]
contrib/init/systemd/REVIEWERS [new file with mode: 0644]
contrib/init/systemd/docker.service [new file with mode: 0644]
contrib/init/systemd/docker.socket [new file with mode: 0644]
contrib/init/sysvinit-debian/docker [new file with mode: 0755]
contrib/init/sysvinit-debian/docker.default [new file with mode: 0644]
contrib/init/sysvinit-redhat/docker [new file with mode: 0755]
contrib/init/sysvinit-redhat/docker.sysconfig [new file with mode: 0644]
contrib/init/upstart/REVIEWERS [new file with mode: 0644]
contrib/init/upstart/docker.conf [new file with mode: 0644]
contrib/mkimage-alpine.sh [new file with mode: 0755]
contrib/mkimage-arch-pacman.conf [new file with mode: 0644]
contrib/mkimage-arch.sh [new file with mode: 0755]
contrib/mkimage-archarm-pacman.conf [new file with mode: 0644]
contrib/mkimage-busybox.sh [new file with mode: 0755]
contrib/mkimage-crux.sh [new file with mode: 0755]
contrib/mkimage-debootstrap.sh [new file with mode: 0755]
contrib/mkimage-rinse.sh [new file with mode: 0755]
contrib/mkimage-yum.sh [new file with mode: 0755]
contrib/mkimage.sh [new file with mode: 0755]
contrib/mkimage/.febootstrap-minimize [new file with mode: 0755]
contrib/mkimage/busybox-static [new file with mode: 0755]
contrib/mkimage/debootstrap [new file with mode: 0755]
contrib/mkimage/mageia-urpmi [new file with mode: 0755]
contrib/mkimage/rinse [new file with mode: 0755]
contrib/nnp-test/Dockerfile [new file with mode: 0644]
contrib/nnp-test/nnp-test.c [new file with mode: 0644]
contrib/nuke-graph-directory.sh [new file with mode: 0755]
contrib/project-stats.sh [new file with mode: 0755]
contrib/report-issue.sh [new file with mode: 0755]
contrib/reprepro/suites.sh [new file with mode: 0755]
contrib/syntax/kate/Dockerfile.xml [new file with mode: 0644]
contrib/syntax/nano/Dockerfile.nanorc [new file with mode: 0644]
contrib/syntax/nano/README.md [new file with mode: 0644]
contrib/syntax/textmate/Docker.tmbundle/Preferences/Dockerfile.tmPreferences [new file with mode: 0644]
contrib/syntax/textmate/Docker.tmbundle/Syntaxes/Dockerfile.tmLanguage [new file with mode: 0644]
contrib/syntax/textmate/Docker.tmbundle/info.plist [new file with mode: 0644]
contrib/syntax/textmate/README.md [new file with mode: 0644]
contrib/syntax/textmate/REVIEWERS [new file with mode: 0644]
contrib/syntax/vim/LICENSE [new file with mode: 0644]
contrib/syntax/vim/README.md [new file with mode: 0644]
contrib/syntax/vim/doc/dockerfile.txt [new file with mode: 0644]
contrib/syntax/vim/ftdetect/dockerfile.vim [new file with mode: 0644]
contrib/syntax/vim/syntax/dockerfile.vim [new file with mode: 0644]
contrib/syscall-test/Dockerfile [new file with mode: 0644]
contrib/syscall-test/acct.c [new file with mode: 0644]
contrib/syscall-test/ns.c [new file with mode: 0644]
contrib/syscall-test/userns.c [new file with mode: 0644]
contrib/udev/80-docker.rules [new file with mode: 0644]
contrib/vagrant-docker/README.md [new file with mode: 0644]
daemon/apparmor_default.go [new file with mode: 0644]
daemon/apparmor_default_unsupported.go [new file with mode: 0644]
daemon/archive.go [new file with mode: 0644]
daemon/archive_unix.go [new file with mode: 0644]
daemon/archive_windows.go [new file with mode: 0644]
daemon/attach.go [new file with mode: 0644]
daemon/caps/utils_unix.go [new file with mode: 0644]
daemon/changes.go [new file with mode: 0644]
daemon/commit.go [new file with mode: 0644]
daemon/config.go [new file with mode: 0644]
daemon/config_experimental.go [new file with mode: 0644]
daemon/config_stub.go [new file with mode: 0644]
daemon/config_test.go [new file with mode: 0644]
daemon/config_unix.go [new file with mode: 0644]
daemon/config_windows.go [new file with mode: 0644]
daemon/container_operations.go [new file with mode: 0644]
daemon/container_operations_unix.go [new file with mode: 0644]
daemon/container_operations_windows.go [new file with mode: 0644]
daemon/create.go [new file with mode: 0644]
daemon/create_unix.go [new file with mode: 0644]
daemon/create_windows.go [new file with mode: 0644]
daemon/daemon.go [new file with mode: 0644]
daemon/daemon_experimental.go [new file with mode: 0644]
daemon/daemon_linux.go [new file with mode: 0644]
daemon/daemon_linux_test.go [new file with mode: 0644]
daemon/daemon_stub.go [new file with mode: 0644]
daemon/daemon_test.go [new file with mode: 0644]
daemon/daemon_unix.go [new file with mode: 0644]
daemon/daemon_unix_test.go [new file with mode: 0644]
daemon/daemon_unsupported.go [new file with mode: 0644]
daemon/daemon_windows.go [new file with mode: 0644]
daemon/debugtrap_unix.go [new file with mode: 0644]
daemon/debugtrap_unsupported.go [new file with mode: 0644]
daemon/debugtrap_windows.go [new file with mode: 0644]
daemon/delete.go [new file with mode: 0644]
daemon/delete_test.go [new file with mode: 0644]
daemon/discovery.go [new file with mode: 0644]
daemon/discovery_test.go [new file with mode: 0644]
daemon/errors.go [new file with mode: 0644]
daemon/events.go [new file with mode: 0644]
daemon/events/events.go [new file with mode: 0644]
daemon/events/events_test.go [new file with mode: 0644]
daemon/events/filter.go [new file with mode: 0644]
daemon/events/testutils/testutils.go [new file with mode: 0644]
daemon/events_test.go [new file with mode: 0644]
daemon/exec.go [new file with mode: 0644]
daemon/exec/exec.go [new file with mode: 0644]
daemon/exec_linux.go [new file with mode: 0644]
daemon/exec_windows.go [new file with mode: 0644]
daemon/export.go [new file with mode: 0644]
daemon/graphdriver/aufs/aufs.go [new file with mode: 0644]
daemon/graphdriver/aufs/aufs_test.go [new file with mode: 0644]
daemon/graphdriver/aufs/dirs.go [new file with mode: 0644]
daemon/graphdriver/aufs/mount.go [new file with mode: 0644]
daemon/graphdriver/aufs/mount_linux.go [new file with mode: 0644]
daemon/graphdriver/aufs/mount_unsupported.go [new file with mode: 0644]
daemon/graphdriver/btrfs/btrfs.go [new file with mode: 0644]
daemon/graphdriver/btrfs/btrfs_test.go [new file with mode: 0644]
daemon/graphdriver/btrfs/dummy_unsupported.go [new file with mode: 0644]
daemon/graphdriver/btrfs/version.go [new file with mode: 0644]
daemon/graphdriver/btrfs/version_none.go [new file with mode: 0644]
daemon/graphdriver/btrfs/version_test.go [new file with mode: 0644]
daemon/graphdriver/counter.go [new file with mode: 0644]
daemon/graphdriver/devmapper/README.md [new file with mode: 0644]
daemon/graphdriver/devmapper/deviceset.go [new file with mode: 0644]
daemon/graphdriver/devmapper/devmapper_doc.go [new file with mode: 0644]
daemon/graphdriver/devmapper/devmapper_test.go [new file with mode: 0644]
daemon/graphdriver/devmapper/driver.go [new file with mode: 0644]
daemon/graphdriver/devmapper/mount.go [new file with mode: 0644]
daemon/graphdriver/driver.go [new file with mode: 0644]
daemon/graphdriver/driver_freebsd.go [new file with mode: 0644]
daemon/graphdriver/driver_linux.go [new file with mode: 0644]
daemon/graphdriver/driver_unsupported.go [new file with mode: 0644]
daemon/graphdriver/driver_windows.go [new file with mode: 0644]
daemon/graphdriver/fsdiff.go [new file with mode: 0644]
daemon/graphdriver/graphtest/graphtest_unix.go [new file with mode: 0644]
daemon/graphdriver/graphtest/graphtest_windows.go [new file with mode: 0644]
daemon/graphdriver/overlay/copy.go [new file with mode: 0644]
daemon/graphdriver/overlay/overlay.go [new file with mode: 0644]
daemon/graphdriver/overlay/overlay_test.go [new file with mode: 0644]
daemon/graphdriver/overlay/overlay_unsupported.go [new file with mode: 0644]
daemon/graphdriver/plugin.go [new file with mode: 0644]
daemon/graphdriver/plugin_unsupported.go [new file with mode: 0644]
daemon/graphdriver/proxy.go [new file with mode: 0644]
daemon/graphdriver/register/register_aufs.go [new file with mode: 0644]
daemon/graphdriver/register/register_btrfs.go [new file with mode: 0644]
daemon/graphdriver/register/register_devicemapper.go [new file with mode: 0644]
daemon/graphdriver/register/register_overlay.go [new file with mode: 0644]
daemon/graphdriver/register/register_vfs.go [new file with mode: 0644]
daemon/graphdriver/register/register_windows.go [new file with mode: 0644]
daemon/graphdriver/register/register_zfs.go [new file with mode: 0644]
daemon/graphdriver/vfs/driver.go [new file with mode: 0644]
daemon/graphdriver/vfs/vfs_test.go [new file with mode: 0644]
daemon/graphdriver/windows/windows.go [new file with mode: 0644]
daemon/graphdriver/zfs/MAINTAINERS [new file with mode: 0644]
daemon/graphdriver/zfs/zfs.go [new file with mode: 0644]
daemon/graphdriver/zfs/zfs_freebsd.go [new file with mode: 0644]
daemon/graphdriver/zfs/zfs_linux.go [new file with mode: 0644]
daemon/graphdriver/zfs/zfs_test.go [new file with mode: 0644]
daemon/graphdriver/zfs/zfs_unsupported.go [new file with mode: 0644]
daemon/image_delete.go [new file with mode: 0644]
daemon/images.go [new file with mode: 0644]
daemon/import.go [new file with mode: 0644]
daemon/info.go [new file with mode: 0644]
daemon/inspect.go [new file with mode: 0644]
daemon/inspect_unix.go [new file with mode: 0644]
daemon/inspect_windows.go [new file with mode: 0644]
daemon/kill.go [new file with mode: 0644]
daemon/links.go [new file with mode: 0644]
daemon/links/links.go [new file with mode: 0644]
daemon/links/links_test.go [new file with mode: 0644]
daemon/links_test.go [new file with mode: 0644]
daemon/list.go [new file with mode: 0644]
daemon/list_unix.go [new file with mode: 0644]
daemon/list_windows.go [new file with mode: 0644]
daemon/logdrivers_linux.go [new file with mode: 0644]
daemon/logdrivers_windows.go [new file with mode: 0644]
daemon/logger/awslogs/cloudwatchlogs.go [new file with mode: 0644]
daemon/logger/awslogs/cloudwatchlogs_test.go [new file with mode: 0644]
daemon/logger/awslogs/cwlogsiface_mock_test.go [new file with mode: 0644]
daemon/logger/context.go [new file with mode: 0644]
daemon/logger/copier.go [new file with mode: 0644]
daemon/logger/copier_test.go [new file with mode: 0644]
daemon/logger/etwlogs/etwlogs_windows.go [new file with mode: 0644]
daemon/logger/factory.go [new file with mode: 0644]
daemon/logger/fluentd/fluentd.go [new file with mode: 0644]
daemon/logger/gcplogs/gcplogging.go [new file with mode: 0644]
daemon/logger/gelf/gelf.go [new file with mode: 0644]
daemon/logger/gelf/gelf_unsupported.go [new file with mode: 0644]
daemon/logger/journald/journald.go [new file with mode: 0644]
daemon/logger/journald/journald_unsupported.go [new file with mode: 0644]
daemon/logger/journald/read.go [new file with mode: 0644]
daemon/logger/journald/read_native.go [new file with mode: 0644]
daemon/logger/journald/read_native_compat.go [new file with mode: 0644]
daemon/logger/journald/read_unsupported.go [new file with mode: 0644]
daemon/logger/jsonfilelog/jsonfilelog.go [new file with mode: 0644]
daemon/logger/jsonfilelog/jsonfilelog_test.go [new file with mode: 0644]
daemon/logger/jsonfilelog/read.go [new file with mode: 0644]
daemon/logger/logger.go [new file with mode: 0644]
daemon/logger/loggerutils/log_tag.go [new file with mode: 0644]
daemon/logger/loggerutils/log_tag_test.go [new file with mode: 0644]
daemon/logger/loggerutils/rotatefilewriter.go [new file with mode: 0644]
daemon/logger/splunk/splunk.go [new file with mode: 0644]
daemon/logger/syslog/syslog.go [new file with mode: 0644]
daemon/logger/syslog/syslog_test.go [new file with mode: 0644]
daemon/logger/syslog/syslog_unsupported.go [new file with mode: 0644]
daemon/logs.go [new file with mode: 0644]
daemon/monitor.go [new file with mode: 0644]
daemon/monitor_linux.go [new file with mode: 0644]
daemon/monitor_windows.go [new file with mode: 0644]
daemon/mounts.go [new file with mode: 0644]
daemon/network.go [new file with mode: 0644]
daemon/network/settings.go [new file with mode: 0644]
daemon/oci_linux.go [new file with mode: 0644]
daemon/oci_windows.go [new file with mode: 0644]
daemon/pause.go [new file with mode: 0644]
daemon/rename.go [new file with mode: 0644]
daemon/resize.go [new file with mode: 0644]
daemon/restart.go [new file with mode: 0644]
daemon/seccomp_disabled.go [new file with mode: 0644]
daemon/seccomp_linux.go [new file with mode: 0644]
daemon/selinux_linux.go [new file with mode: 0644]
daemon/selinux_unsupported.go [new file with mode: 0644]
daemon/start.go [new file with mode: 0644]
daemon/stats.go [new file with mode: 0644]
daemon/stats_collector_unix.go [new file with mode: 0644]
daemon/stats_collector_windows.go [new file with mode: 0644]
daemon/stop.go [new file with mode: 0644]
daemon/top_unix.go [new file with mode: 0644]
daemon/top_windows.go [new file with mode: 0644]
daemon/unpause.go [new file with mode: 0644]
daemon/update.go [new file with mode: 0644]
daemon/update_linux.go [new file with mode: 0644]
daemon/update_windows.go [new file with mode: 0644]
daemon/volumes.go [new file with mode: 0644]
daemon/volumes_unit_test.go [new file with mode: 0644]
daemon/volumes_unix.go [new file with mode: 0644]
daemon/volumes_windows.go [new file with mode: 0644]
daemon/wait.go [new file with mode: 0644]
distribution/errors.go [new file with mode: 0644]
distribution/fixtures/validate_manifest/bad_manifest [new file with mode: 0644]
distribution/fixtures/validate_manifest/extra_data_manifest [new file with mode: 0644]
distribution/fixtures/validate_manifest/good_manifest [new file with mode: 0644]
distribution/metadata/metadata.go [new file with mode: 0644]
distribution/metadata/v1_id_service.go [new file with mode: 0644]
distribution/metadata/v1_id_service_test.go [new file with mode: 0644]
distribution/metadata/v2_metadata_service.go [new file with mode: 0644]
distribution/metadata/v2_metadata_service_test.go [new file with mode: 0644]
distribution/pull.go [new file with mode: 0644]
distribution/pull_v1.go [new file with mode: 0644]
distribution/pull_v2.go [new file with mode: 0644]
distribution/pull_v2_test.go [new file with mode: 0644]
distribution/pull_v2_unix.go [new file with mode: 0644]
distribution/pull_v2_windows.go [new file with mode: 0644]
distribution/push.go [new file with mode: 0644]
distribution/push_v1.go [new file with mode: 0644]
distribution/push_v2.go [new file with mode: 0644]
distribution/registry.go [new file with mode: 0644]
distribution/registry_unit_test.go [new file with mode: 0644]
distribution/xfer/download.go [new file with mode: 0644]
distribution/xfer/download_test.go [new file with mode: 0644]
distribution/xfer/transfer.go [new file with mode: 0644]
distribution/xfer/transfer_test.go [new file with mode: 0644]
distribution/xfer/upload.go [new file with mode: 0644]
distribution/xfer/upload_test.go [new file with mode: 0644]
docker/README.md [new file with mode: 0644]
docker/client.go [new file with mode: 0644]
docker/client_test.go [new file with mode: 0644]
docker/common.go [new file with mode: 0644]
docker/daemon.go [new file with mode: 0644]
docker/daemon_freebsd.go [new file with mode: 0644]
docker/daemon_linux.go [new file with mode: 0644]
docker/daemon_none.go [new file with mode: 0644]
docker/daemon_test.go [new file with mode: 0644]
docker/daemon_unix.go [new file with mode: 0644]
docker/daemon_unix_test.go [new file with mode: 0644]
docker/daemon_windows.go [new file with mode: 0644]
docker/docker.go [new file with mode: 0644]
docker/docker_windows.go [new file with mode: 0644]
docker/flags.go [new file with mode: 0644]
docker/flags_test.go [new file with mode: 0644]
docker/listeners/listeners.go [new file with mode: 0644]
docker/listeners/listeners_unix.go [new file with mode: 0644]
docker/listeners/listeners_windows.go [new file with mode: 0644]
dockerversion/useragent.go [new file with mode: 0644]
dockerversion/version_lib.go [new file with mode: 0644]
docs/.gitignore [new file with mode: 0644]
docs/Dockerfile [new file with mode: 0644]
docs/Makefile [new file with mode: 0644]
docs/README.md [new file with mode: 0644]
docs/admin/ambassador_pattern_linking.md [new file with mode: 0644]
docs/admin/b2d_volume_images/add_cd.png [new file with mode: 0644]
docs/admin/b2d_volume_images/add_new_controller.png [new file with mode: 0644]
docs/admin/b2d_volume_images/add_volume.png [new file with mode: 0644]
docs/admin/b2d_volume_images/boot_order.png [new file with mode: 0644]
docs/admin/b2d_volume_images/gparted.png [new file with mode: 0644]
docs/admin/b2d_volume_images/gparted2.png [new file with mode: 0644]
docs/admin/b2d_volume_images/verify.png [new file with mode: 0644]
docs/admin/b2d_volume_resize.md [new file with mode: 0644]
docs/admin/cfengine_process_management.md [new file with mode: 0644]
docs/admin/chef.md [new file with mode: 0644]
docs/admin/configuring.md [new file with mode: 0644]
docs/admin/dsc.md [new file with mode: 0644]
docs/admin/formatting.md [new file with mode: 0644]
docs/admin/host_integration.md [new file with mode: 0644]
docs/admin/index.md [new file with mode: 0644]
docs/admin/logging/awslogs.md [new file with mode: 0644]
docs/admin/logging/etwlogs.md [new file with mode: 0644]
docs/admin/logging/fluentd.md [new file with mode: 0644]
docs/admin/logging/gcplogs.md [new file with mode: 0644]
docs/admin/logging/index.md [new file with mode: 0644]
docs/admin/logging/journald.md [new file with mode: 0644]
docs/admin/logging/log_tags.md [new file with mode: 0644]
docs/admin/logging/overview.md [new file with mode: 0644]
docs/admin/logging/splunk.md [new file with mode: 0644]
docs/admin/puppet.md [new file with mode: 0644]
docs/admin/registry_mirror.md [new file with mode: 0644]
docs/admin/runmetrics.md [new file with mode: 0644]
docs/admin/systemd.md [new file with mode: 0644]
docs/admin/using_supervisord.md [new file with mode: 0644]
docs/article-img/architecture.svg [new file with mode: 0644]
docs/breaking_changes.md [new file with mode: 0644]
docs/deprecated.md [new file with mode: 0644]
docs/examples/apt-cacher-ng.Dockerfile [new file with mode: 0644]
docs/examples/apt-cacher-ng.md [new file with mode: 0644]
docs/examples/couchbase.md [new file with mode: 0644]
docs/examples/couchbase/web-console.png [new file with mode: 0644]
docs/examples/couchdb_data_volumes.md [new file with mode: 0644]
docs/examples/index.md [new file with mode: 0644]
docs/examples/mongodb.md [new file with mode: 0644]
docs/examples/mongodb/Dockerfile [new file with mode: 0644]
docs/examples/nodejs_web_app.md [new file with mode: 0644]
docs/examples/postgresql_service.Dockerfile [new file with mode: 0644]
docs/examples/postgresql_service.md [new file with mode: 0644]
docs/examples/running_redis_service.md [new file with mode: 0644]
docs/examples/running_riak_service.Dockerfile [new file with mode: 0644]
docs/examples/running_riak_service.md [new file with mode: 0644]
docs/examples/running_ssh_service.Dockerfile [new file with mode: 0644]
docs/examples/running_ssh_service.md [new file with mode: 0644]
docs/examples/supervisord.conf [new file with mode: 0644]
docs/extend/images/authz_additional_info.png [new file with mode: 0644]
docs/extend/images/authz_allow.png [new file with mode: 0644]
docs/extend/images/authz_chunked.png [new file with mode: 0644]
docs/extend/images/authz_connection_hijack.png [new file with mode: 0644]
docs/extend/images/authz_deny.png [new file with mode: 0644]
docs/extend/index.md [new file with mode: 0644]
docs/extend/plugin_api.md [new file with mode: 0644]
docs/extend/plugins.md [new file with mode: 0644]
docs/extend/plugins_authorization.md [new file with mode: 0644]
docs/extend/plugins_network.md [new file with mode: 0644]
docs/extend/plugins_volume.md [new file with mode: 0644]
docs/faq.md [new file with mode: 0644]
docs/index.md [new file with mode: 0644]
docs/installation/binaries.md [new file with mode: 0644]
docs/installation/cloud/cloud-ex-aws.md [new file with mode: 0644]
docs/installation/cloud/cloud-ex-machine-ocean.md [new file with mode: 0644]
docs/installation/cloud/index.md [new file with mode: 0644]
docs/installation/cloud/overview.md [new file with mode: 0644]
docs/installation/images/bad_host.png [new file with mode: 0644]
docs/installation/images/cool_view.png [new file with mode: 0644]
docs/installation/images/ec2-ubuntu.png [new file with mode: 0644]
docs/installation/images/ec2_instance_details.png [new file with mode: 0644]
docs/installation/images/ec2_instance_type.png [new file with mode: 0644]
docs/installation/images/ec2_launch_instance.png [new file with mode: 0644]
docs/installation/images/good_host.png [new file with mode: 0644]
docs/installation/images/kitematic.png [new file with mode: 0644]
docs/installation/images/linux_docker_host.svg [new file with mode: 0644]
docs/installation/images/mac-page-finished.png [new file with mode: 0644]
docs/installation/images/mac-page-two.png [new file with mode: 0644]
docs/installation/images/mac-password-prompt.png [new file with mode: 0644]
docs/installation/images/mac-success.png [new file with mode: 0644]
docs/installation/images/mac-welcome-page.png [new file with mode: 0644]
docs/installation/images/mac_docker_host.svg [new file with mode: 0644]
docs/installation/images/my-docker-vm.png [new file with mode: 0644]
docs/installation/images/newsite_view.png [new file with mode: 0644]
docs/installation/images/nginx-webserver.png [new file with mode: 0644]
docs/installation/images/ocean_click_api.png [new file with mode: 0644]
docs/installation/images/ocean_droplet.png [new file with mode: 0644]
docs/installation/images/ocean_droplet_ubuntu.png [new file with mode: 0644]
docs/installation/images/ocean_gen_token.png [new file with mode: 0644]
docs/installation/images/ocean_save_token.png [new file with mode: 0644]
docs/installation/images/ocean_token_create.png [new file with mode: 0644]
docs/installation/images/virtualization.png [new file with mode: 0644]
docs/installation/images/win-page-6.png [new file with mode: 0644]
docs/installation/images/win-welcome.png [new file with mode: 0644]
docs/installation/images/win_docker_host.svg [new file with mode: 0644]
docs/installation/images/win_ver.png [new file with mode: 0644]
docs/installation/images/windows-boot2docker-cmd.png [new file with mode: 0644]
docs/installation/images/windows-boot2docker-powershell.png [new file with mode: 0644]
docs/installation/images/windows-boot2docker-start.png [new file with mode: 0644]
docs/installation/images/windows-finish.png [new file with mode: 0644]
docs/installation/index.md [new file with mode: 0644]
docs/installation/linux/SUSE.md [new file with mode: 0644]
docs/installation/linux/archlinux.md [new file with mode: 0644]
docs/installation/linux/centos.md [new file with mode: 0644]
docs/installation/linux/cruxlinux.md [new file with mode: 0644]
docs/installation/linux/debian.md [new file with mode: 0644]
docs/installation/linux/fedora.md [new file with mode: 0644]
docs/installation/linux/frugalware.md [new file with mode: 0644]
docs/installation/linux/gentoolinux.md [new file with mode: 0644]
docs/installation/linux/index.md [new file with mode: 0644]
docs/installation/linux/oracle.md [new file with mode: 0644]
docs/installation/linux/rhel.md [new file with mode: 0644]
docs/installation/linux/ubuntulinux.md [new file with mode: 0644]
docs/installation/mac.md [new file with mode: 0644]
docs/installation/windows.md [new file with mode: 0644]
docs/migration.md [new file with mode: 0644]
docs/quickstart.md [new file with mode: 0644]
docs/reference/api/README.md [new file with mode: 0644]
docs/reference/api/_static/io_oauth_authorization_page.png [new file with mode: 0644]
docs/reference/api/docker-io_api.md [new file with mode: 0644]
docs/reference/api/docker_io_accounts_api.md [new file with mode: 0644]
docs/reference/api/docker_remote_api.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.14.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.15.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.16.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.17.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.18.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.19.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.20.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.21.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.22.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.23.md [new file with mode: 0644]
docs/reference/api/hub_registry_spec.md [new file with mode: 0644]
docs/reference/api/images/event_state.gliffy [new file with mode: 0644]
docs/reference/api/images/event_state.png [new file with mode: 0644]
docs/reference/api/index.md [new file with mode: 0644]
docs/reference/api/remote_api_client_libraries.md [new file with mode: 0644]
docs/reference/builder.md [new file with mode: 0644]
docs/reference/commandline/attach.md [new file with mode: 0644]
docs/reference/commandline/build.md [new file with mode: 0644]
docs/reference/commandline/cli.md [new file with mode: 0644]
docs/reference/commandline/commit.md [new file with mode: 0644]
docs/reference/commandline/cp.md [new file with mode: 0644]
docs/reference/commandline/create.md [new file with mode: 0644]
docs/reference/commandline/daemon.md [new file with mode: 0644]
docs/reference/commandline/diff.md [new file with mode: 0644]
docs/reference/commandline/docker_images.gif [new file with mode: 0644]
docs/reference/commandline/events.md [new file with mode: 0644]
docs/reference/commandline/exec.md [new file with mode: 0644]
docs/reference/commandline/export.md [new file with mode: 0644]
docs/reference/commandline/history.md [new file with mode: 0644]
docs/reference/commandline/images.md [new file with mode: 0644]
docs/reference/commandline/import.md [new file with mode: 0644]
docs/reference/commandline/index.md [new file with mode: 0644]
docs/reference/commandline/info.md [new file with mode: 0644]
docs/reference/commandline/inspect.md [new file with mode: 0644]
docs/reference/commandline/kill.md [new file with mode: 0644]
docs/reference/commandline/load.md [new file with mode: 0644]
docs/reference/commandline/login.md [new file with mode: 0644]
docs/reference/commandline/logout.md [new file with mode: 0644]
docs/reference/commandline/logs.md [new file with mode: 0644]
docs/reference/commandline/network_connect.md [new file with mode: 0644]
docs/reference/commandline/network_create.md [new file with mode: 0644]
docs/reference/commandline/network_disconnect.md [new file with mode: 0644]
docs/reference/commandline/network_inspect.md [new file with mode: 0644]
docs/reference/commandline/network_ls.md [new file with mode: 0644]
docs/reference/commandline/network_rm.md [new file with mode: 0644]
docs/reference/commandline/pause.md [new file with mode: 0644]
docs/reference/commandline/port.md [new file with mode: 0644]
docs/reference/commandline/ps.md [new file with mode: 0644]
docs/reference/commandline/pull.md [new file with mode: 0644]
docs/reference/commandline/push.md [new file with mode: 0644]
docs/reference/commandline/rename.md [new file with mode: 0644]
docs/reference/commandline/restart.md [new file with mode: 0644]
docs/reference/commandline/rm.md [new file with mode: 0644]
docs/reference/commandline/rmi.md [new file with mode: 0644]
docs/reference/commandline/run.md [new file with mode: 0644]
docs/reference/commandline/save.md [new file with mode: 0644]
docs/reference/commandline/search.md [new file with mode: 0644]
docs/reference/commandline/start.md [new file with mode: 0644]
docs/reference/commandline/stats.md [new file with mode: 0644]
docs/reference/commandline/stop.md [new file with mode: 0644]
docs/reference/commandline/tag.md [new file with mode: 0644]
docs/reference/commandline/top.md [new file with mode: 0644]
docs/reference/commandline/unpause.md [new file with mode: 0644]
docs/reference/commandline/update.md [new file with mode: 0644]
docs/reference/commandline/version.md [new file with mode: 0644]
docs/reference/commandline/volume_create.md [new file with mode: 0644]
docs/reference/commandline/volume_inspect.md [new file with mode: 0644]
docs/reference/commandline/volume_ls.md [new file with mode: 0644]
docs/reference/commandline/volume_rm.md [new file with mode: 0644]
docs/reference/commandline/wait.md [new file with mode: 0644]
docs/reference/glossary.md [new file with mode: 0644]
docs/reference/index.md [new file with mode: 0644]
docs/reference/run.md [new file with mode: 0644]
docs/security/apparmor.md [new file with mode: 0644]
docs/security/certificates.md [new file with mode: 0644]
docs/security/https.md [new file with mode: 0644]
docs/security/https/Dockerfile [new file with mode: 0644]
docs/security/https/Makefile [new file with mode: 0644]
docs/security/https/README.md [new file with mode: 0644]
docs/security/https/make_certs.sh [new file with mode: 0755]
docs/security/https/parsedocs.sh [new file with mode: 0755]
docs/security/index.md [new file with mode: 0644]
docs/security/seccomp.md [new file with mode: 0644]
docs/security/security.md [new file with mode: 0644]
docs/security/trust/content_trust.md [new file with mode: 0644]
docs/security/trust/deploying_notary.md [new file with mode: 0644]
docs/security/trust/images/tag_signing.png [new file with mode: 0644]
docs/security/trust/images/trust_.gliffy [new file with mode: 0644]
docs/security/trust/images/trust_components.gliffy [new file with mode: 0644]
docs/security/trust/images/trust_components.png [new file with mode: 0644]
docs/security/trust/images/trust_signing.gliffy [new file with mode: 0644]
docs/security/trust/images/trust_signing.png [new file with mode: 0644]
docs/security/trust/images/trust_view.gliffy [new file with mode: 0644]
docs/security/trust/images/trust_view.png [new file with mode: 0644]
docs/security/trust/index.md [new file with mode: 0644]
docs/security/trust/trust_automation.md [new file with mode: 0644]
docs/security/trust/trust_delegation.md [new file with mode: 0644]
docs/security/trust/trust_key_mng.md [new file with mode: 0644]
docs/security/trust/trust_sandbox.md [new file with mode: 0644]
docs/static_files/README.md [new file with mode: 0644]
docs/static_files/contributors.png [new file with mode: 0644]
docs/static_files/docker-logo-compressed.png [new file with mode: 0644]
docs/static_files/docker_pull_chart.png [new file with mode: 0644]
docs/static_files/docker_push_chart.png [new file with mode: 0644]
docs/static_files/dockerlogo-v.png [new file with mode: 0644]
docs/touch-up.sh [new file with mode: 0755]
docs/understanding-docker.md [new file with mode: 0644]
docs/userguide/containers/dockerimages.md [new file with mode: 0644]
docs/userguide/containers/dockerizing.md [new file with mode: 0644]
docs/userguide/containers/dockerrepos.md [new file with mode: 0644]
docs/userguide/containers/dockervolumes.md [new file with mode: 0644]
docs/userguide/containers/index.md [new file with mode: 0644]
docs/userguide/containers/networkingcontainers.md [new file with mode: 0644]
docs/userguide/containers/search.png [new file with mode: 0644]
docs/userguide/containers/usingdocker.md [new file with mode: 0644]
docs/userguide/containers/webapp1.png [new file with mode: 0644]
docs/userguide/eng-image/baseimages.md [new file with mode: 0644]
docs/userguide/eng-image/dockerfile_best-practices.md [new file with mode: 0644]
docs/userguide/eng-image/image_management.md [new file with mode: 0644]
docs/userguide/eng-image/index.md [new file with mode: 0644]
docs/userguide/index.md [new file with mode: 0644]
docs/userguide/intro.md [new file with mode: 0644]
docs/userguide/labels-custom-metadata.md [new file with mode: 0644]
docs/userguide/networking/configure-dns.md [new file with mode: 0644]
docs/userguide/networking/default_network/binding.md [new file with mode: 0644]
docs/userguide/networking/default_network/build-bridges.md [new file with mode: 0644]
docs/userguide/networking/default_network/configure-dns.md [new file with mode: 0644]
docs/userguide/networking/default_network/container-communication.md [new file with mode: 0644]
docs/userguide/networking/default_network/custom-docker0.md [new file with mode: 0644]
docs/userguide/networking/default_network/dockerlinks.md [new file with mode: 0644]
docs/userguide/networking/default_network/images/ipv6_basic_host_config.gliffy [new file with mode: 0644]
docs/userguide/networking/default_network/images/ipv6_basic_host_config.svg [new file with mode: 0644]
docs/userguide/networking/default_network/images/ipv6_ndp_proxying.gliffy [new file with mode: 0644]
docs/userguide/networking/default_network/images/ipv6_ndp_proxying.svg [new file with mode: 0644]
docs/userguide/networking/default_network/images/ipv6_routed_network_example.gliffy [new file with mode: 0644]
docs/userguide/networking/default_network/images/ipv6_routed_network_example.svg [new file with mode: 0644]
docs/userguide/networking/default_network/images/ipv6_slash64_subnet_config.gliffy [new file with mode: 0644]
docs/userguide/networking/default_network/images/ipv6_slash64_subnet_config.svg [new file with mode: 0644]
docs/userguide/networking/default_network/images/ipv6_switched_network_example.gliffy [new file with mode: 0644]
docs/userguide/networking/default_network/images/ipv6_switched_network_example.svg [new file with mode: 0644]
docs/userguide/networking/default_network/index.md [new file with mode: 0644]
docs/userguide/networking/default_network/ipv6.md [new file with mode: 0644]
docs/userguide/networking/dockernetworks.md [new file with mode: 0644]
docs/userguide/networking/get-started-overlay.md [new file with mode: 0644]
docs/userguide/networking/images/bridge_network.gliffy [new file with mode: 0644]
docs/userguide/networking/images/bridge_network.png [new file with mode: 0644]
docs/userguide/networking/images/bridge_network.svg [new file with mode: 0644]
docs/userguide/networking/images/engine_on_net.gliffy [new file with mode: 0644]
docs/userguide/networking/images/engine_on_net.png [new file with mode: 0644]
docs/userguide/networking/images/engine_on_net.svg [new file with mode: 0644]
docs/userguide/networking/images/key_value.gliffy [new file with mode: 0644]
docs/userguide/networking/images/key_value.png [new file with mode: 0644]
docs/userguide/networking/images/key_value.svg [new file with mode: 0644]
docs/userguide/networking/images/network_access.gliffy [new file with mode: 0644]
docs/userguide/networking/images/network_access.png [new file with mode: 0644]
docs/userguide/networking/images/network_access.svg [new file with mode: 0644]
docs/userguide/networking/images/overlay-network-final.gliffy [new file with mode: 0644]
docs/userguide/networking/images/overlay-network-final.png [new file with mode: 0644]
docs/userguide/networking/images/overlay-network-final.svg [new file with mode: 0644]
docs/userguide/networking/images/overlay_network.gliffy [new file with mode: 0644]
docs/userguide/networking/images/overlay_network.png [new file with mode: 0644]
docs/userguide/networking/images/overlay_network.svg [new file with mode: 0644]
docs/userguide/networking/images/working.gliffy [new file with mode: 0644]
docs/userguide/networking/images/working.png [new file with mode: 0644]
docs/userguide/networking/images/working.svg [new file with mode: 0644]
docs/userguide/networking/index.md [new file with mode: 0644]
docs/userguide/networking/work-with-networks.md [new file with mode: 0644]
docs/userguide/storagedriver/aufs-driver.md [new file with mode: 0644]
docs/userguide/storagedriver/btrfs-driver.md [new file with mode: 0644]
docs/userguide/storagedriver/device-mapper-driver.md [new file with mode: 0644]
docs/userguide/storagedriver/images/aufs_delete.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/aufs_layers.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/aufs_metadata.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/base_device.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/btfs_constructs.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/btfs_container_layer.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/btfs_layers.png [new file with mode: 0644]
docs/userguide/storagedriver/images/btfs_pool.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/btfs_snapshots.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/btfs_subvolume.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/container-layers-cas.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/container-layers.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/dm_container.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/driver-pros-cons.png [new file with mode: 0644]
docs/userguide/storagedriver/images/image-layers.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/overlay_constructs.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/overlay_constructs2.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/saving-space.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/shared-uuid.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/shared-volume.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/sharing-layers.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/two_dm_container.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/zfs_clones.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/zfs_zpool.jpg [new file with mode: 0644]
docs/userguide/storagedriver/images/zpool_blocks.jpg [new file with mode: 0644]
docs/userguide/storagedriver/imagesandcontainers.md [new file with mode: 0644]
docs/userguide/storagedriver/index.md [new file with mode: 0644]
docs/userguide/storagedriver/overlayfs-driver.md [new file with mode: 0644]
docs/userguide/storagedriver/selectadriver.md [new file with mode: 0644]
docs/userguide/storagedriver/zfs-driver.md [new file with mode: 0644]
errors/errors.go [new file with mode: 0644]
experimental/README.md [new file with mode: 0644]
experimental/images/ipvlan-l3.gliffy [new file with mode: 0644]
experimental/images/ipvlan-l3.png [new file with mode: 0644]
experimental/images/ipvlan-l3.svg [new file with mode: 0644]
experimental/images/ipvlan_l2_simple.gliffy [new file with mode: 0644]
experimental/images/ipvlan_l2_simple.png [new file with mode: 0644]
experimental/images/ipvlan_l2_simple.svg [new file with mode: 0644]
experimental/images/macvlan-bridge-ipvlan-l2.gliffy [new file with mode: 0644]
experimental/images/macvlan-bridge-ipvlan-l2.png [new file with mode: 0644]
experimental/images/macvlan-bridge-ipvlan-l2.svg [new file with mode: 0644]
experimental/images/macvlan_bridge_simple.gliffy [new file with mode: 0644]
experimental/images/macvlan_bridge_simple.png [new file with mode: 0644]
experimental/images/macvlan_bridge_simple.svg [new file with mode: 0644]
experimental/images/multi_tenant_8021q_vlans.gliffy [new file with mode: 0644]
experimental/images/multi_tenant_8021q_vlans.png [new file with mode: 0644]
experimental/images/multi_tenant_8021q_vlans.svg [new file with mode: 0644]
experimental/images/vlans-deeper-look.gliffy [new file with mode: 0644]
experimental/images/vlans-deeper-look.png [new file with mode: 0644]
experimental/images/vlans-deeper-look.svg [new file with mode: 0644]
experimental/plugins_graphdriver.md [new file with mode: 0644]
experimental/vlan-networks.md [new file with mode: 0644]
hack/.vendor-helpers.sh [new file with mode: 0755]
hack/Jenkins/W2L/postbuild.sh [new file with mode: 0644]
hack/Jenkins/W2L/setup.sh [new file with mode: 0644]
hack/Jenkins/readme.md [new file with mode: 0644]
hack/dind [new file with mode: 0755]
hack/generate-authors.sh [new file with mode: 0755]
hack/install.sh [new file with mode: 0755]
hack/make.sh [new file with mode: 0755]
hack/make/.build-deb/compat [new file with mode: 0644]
hack/make/.build-deb/control [new file with mode: 0644]
hack/make/.build-deb/docker-engine.bash-completion [new file with mode: 0644]
hack/make/.build-deb/docker-engine.docker.default [new symlink]
hack/make/.build-deb/docker-engine.docker.init [new symlink]
hack/make/.build-deb/docker-engine.docker.upstart [new symlink]
hack/make/.build-deb/docker-engine.install [new file with mode: 0644]
hack/make/.build-deb/docker-engine.manpages [new file with mode: 0644]
hack/make/.build-deb/docker-engine.postinst [new file with mode: 0644]
hack/make/.build-deb/docker-engine.udev [new symlink]
hack/make/.build-deb/docs [new file with mode: 0644]
hack/make/.build-deb/rules [new file with mode: 0755]
hack/make/.build-rpm/docker-engine-selinux.spec [new file with mode: 0644]
hack/make/.build-rpm/docker-engine.spec [new file with mode: 0644]
hack/make/.detect-daemon-osarch [new file with mode: 0644]
hack/make/.ensure-emptyfs [new file with mode: 0644]
hack/make/.ensure-frozen-images [new file with mode: 0644]
hack/make/.ensure-frozen-images-windows [new file with mode: 0644]
hack/make/.ensure-httpserver [new file with mode: 0644]
hack/make/.ensure-nnp-test [new file with mode: 0644]
hack/make/.ensure-syscall-test [new file with mode: 0644]
hack/make/.go-autogen [new file with mode: 0644]
hack/make/.integration-daemon-setup [new file with mode: 0644]
hack/make/.integration-daemon-start [new file with mode: 0644]
hack/make/.integration-daemon-stop [new file with mode: 0644]
hack/make/.resources-windows/docker.exe.manifest [new file with mode: 0644]
hack/make/.resources-windows/docker.ico [new file with mode: 0644]
hack/make/.resources-windows/docker.png [new file with mode: 0644]
hack/make/.validate [new file with mode: 0644]
hack/make/README.md [new file with mode: 0644]
hack/make/binary [new file with mode: 0644]
hack/make/build-deb [new file with mode: 0644]
hack/make/build-rpm [new file with mode: 0644]
hack/make/clean-apt-repo [new file with mode: 0755]
hack/make/clean-yum-repo [new file with mode: 0755]
hack/make/cover [new file with mode: 0644]
hack/make/cross [new file with mode: 0644]
hack/make/dynbinary [new file with mode: 0644]
hack/make/dyngccgo [new file with mode: 0644]
hack/make/gccgo [new file with mode: 0644]
hack/make/generate-index-listing [new file with mode: 0755]
hack/make/install-script [new file with mode: 0644]
hack/make/release-deb [new file with mode: 0755]
hack/make/release-rpm [new file with mode: 0755]
hack/make/sign-repos [new file with mode: 0755]
hack/make/test-deb-install [new file with mode: 0755]
hack/make/test-docker-py [new file with mode: 0644]
hack/make/test-install-script [new file with mode: 0755]
hack/make/test-integration-cli [new file with mode: 0644]
hack/make/test-old-apt-repo [new file with mode: 0755]
hack/make/test-unit [new file with mode: 0644]
hack/make/tgz [new file with mode: 0644]
hack/make/ubuntu [new file with mode: 0644]
hack/make/update-apt-repo [new file with mode: 0755]
hack/make/validate-dco [new file with mode: 0644]
hack/make/validate-default-seccomp [new file with mode: 0644]
hack/make/validate-gofmt [new file with mode: 0644]
hack/make/validate-lint [new file with mode: 0644]
hack/make/validate-pkg [new file with mode: 0644]
hack/make/validate-test [new file with mode: 0644]
hack/make/validate-toml [new file with mode: 0644]
hack/make/validate-vendor [new file with mode: 0644]
hack/make/validate-vet [new file with mode: 0644]
hack/make/win [new file with mode: 0644]
hack/release.sh [new file with mode: 0755]
hack/vendor.sh [new file with mode: 0755]
image/fs.go [new file with mode: 0644]
image/fs_test.go [new file with mode: 0644]
image/image.go [new file with mode: 0644]
image/image_test.go [new file with mode: 0644]
image/rootfs.go [new file with mode: 0644]
image/rootfs_unix.go [new file with mode: 0644]
image/rootfs_windows.go [new file with mode: 0644]
image/spec/v1.md [new file with mode: 0644]
image/store.go [new file with mode: 0644]
image/store_test.go [new file with mode: 0644]
image/tarexport/load.go [new file with mode: 0644]
image/tarexport/save.go [new file with mode: 0644]
image/tarexport/tarexport.go [new file with mode: 0644]
image/v1/imagev1.go [new file with mode: 0644]
integration-cli/benchmark_test.go [new file with mode: 0644]
integration-cli/check_test.go [new file with mode: 0644]
integration-cli/daemon.go [new file with mode: 0644]
integration-cli/docker_api_attach_test.go [new file with mode: 0644]
integration-cli/docker_api_auth_test.go [new file with mode: 0644]
integration-cli/docker_api_build_test.go [new file with mode: 0644]
integration-cli/docker_api_containers_test.go [new file with mode: 0644]
integration-cli/docker_api_create_test.go [new file with mode: 0644]
integration-cli/docker_api_events_test.go [new file with mode: 0644]
integration-cli/docker_api_exec_resize_test.go [new file with mode: 0644]
integration-cli/docker_api_exec_test.go [new file with mode: 0644]
integration-cli/docker_api_images_test.go [new file with mode: 0644]
integration-cli/docker_api_info_test.go [new file with mode: 0644]
integration-cli/docker_api_inspect_test.go [new file with mode: 0644]
integration-cli/docker_api_inspect_unix_test.go [new file with mode: 0644]
integration-cli/docker_api_logs_test.go [new file with mode: 0644]
integration-cli/docker_api_network_test.go [new file with mode: 0644]
integration-cli/docker_api_resize_test.go [new file with mode: 0644]
integration-cli/docker_api_stats_test.go [new file with mode: 0644]
integration-cli/docker_api_test.go [new file with mode: 0644]
integration-cli/docker_api_update_unix_test.go [new file with mode: 0644]
integration-cli/docker_api_version_test.go [new file with mode: 0644]
integration-cli/docker_api_volumes_test.go [new file with mode: 0644]
integration-cli/docker_cli_attach_test.go [new file with mode: 0644]
integration-cli/docker_cli_attach_unix_test.go [new file with mode: 0644]
integration-cli/docker_cli_authz_unix_test.go [new file with mode: 0644]
integration-cli/docker_cli_build_test.go [new file with mode: 0644]
integration-cli/docker_cli_build_unix_test.go [new file with mode: 0644]
integration-cli/docker_cli_by_digest_test.go [new file with mode: 0644]
integration-cli/docker_cli_commit_test.go [new file with mode: 0644]
integration-cli/docker_cli_config_test.go [new file with mode: 0644]
integration-cli/docker_cli_cp_from_container_test.go [new file with mode: 0644]
integration-cli/docker_cli_cp_test.go [new file with mode: 0644]
integration-cli/docker_cli_cp_to_container_test.go [new file with mode: 0644]
integration-cli/docker_cli_cp_to_container_unix_test.go [new file with mode: 0644]
integration-cli/docker_cli_cp_utils.go [new file with mode: 0644]
integration-cli/docker_cli_create_test.go [new file with mode: 0644]
integration-cli/docker_cli_daemon_experimental_test.go [new file with mode: 0644]
integration-cli/docker_cli_daemon_not_experimental_test.go [new file with mode: 0644]
integration-cli/docker_cli_daemon_test.go [new file with mode: 0644]
integration-cli/docker_cli_diff_test.go [new file with mode: 0644]
integration-cli/docker_cli_events_test.go [new file with mode: 0644]
integration-cli/docker_cli_events_unix_test.go [new file with mode: 0644]
integration-cli/docker_cli_exec_test.go [new file with mode: 0644]
integration-cli/docker_cli_exec_unix_test.go [new file with mode: 0644]
integration-cli/docker_cli_experimental_test.go [new file with mode: 0644]
integration-cli/docker_cli_export_import_test.go [new file with mode: 0644]
integration-cli/docker_cli_external_graphdriver_unix_test.go [new file with mode: 0644]
integration-cli/docker_cli_help_test.go [new file with mode: 0644]
integration-cli/docker_cli_history_test.go [new file with mode: 0644]
integration-cli/docker_cli_images_test.go [new file with mode: 0644]
integration-cli/docker_cli_import_test.go [new file with mode: 0644]
integration-cli/docker_cli_info_test.go [new file with mode: 0644]
integration-cli/docker_cli_inspect_experimental_test.go [new file with mode: 0644]
integration-cli/docker_cli_inspect_test.go [new file with mode: 0644]
integration-cli/docker_cli_kill_test.go [new file with mode: 0644]
integration-cli/docker_cli_links_test.go [new file with mode: 0644]
integration-cli/docker_cli_links_unix_test.go [new file with mode: 0644]
integration-cli/docker_cli_login_test.go [new file with mode: 0644]
integration-cli/docker_cli_logout_test.go [new file with mode: 0644]
integration-cli/docker_cli_logs_bench_test.go [new file with mode: 0644]
integration-cli/docker_cli_logs_test.go [new file with mode: 0644]
integration-cli/docker_cli_nat_test.go [new file with mode: 0644]
integration-cli/docker_cli_netmode_test.go [new file with mode: 0644]
integration-cli/docker_cli_network_unix_test.go [new file with mode: 0644]
integration-cli/docker_cli_oom_killed_test.go [new file with mode: 0644]
integration-cli/docker_cli_pause_test.go [new file with mode: 0644]
integration-cli/docker_cli_port_test.go [new file with mode: 0644]
integration-cli/docker_cli_proxy_test.go [new file with mode: 0644]
integration-cli/docker_cli_ps_test.go [new file with mode: 0644]
integration-cli/docker_cli_pull_local_test.go [new file with mode: 0644]
integration-cli/docker_cli_pull_test.go [new file with mode: 0644]
integration-cli/docker_cli_pull_trusted_test.go [new file with mode: 0644]
integration-cli/docker_cli_push_test.go [new file with mode: 0644]
integration-cli/docker_cli_registry_user_agent_test.go [new file with mode: 0644]
integration-cli/docker_cli_rename_test.go [new file with mode: 0644]
integration-cli/docker_cli_restart_test.go [new file with mode: 0644]
integration-cli/docker_cli_rm_test.go [new file with mode: 0644]
integration-cli/docker_cli_rmi_test.go [new file with mode: 0644]
integration-cli/docker_cli_run_test.go [new file with mode: 0644]
integration-cli/docker_cli_run_unix_test.go [new file with mode: 0644]
integration-cli/docker_cli_save_load_test.go [new file with mode: 0644]
integration-cli/docker_cli_save_load_unix_test.go [new file with mode: 0644]
integration-cli/docker_cli_search_test.go [new file with mode: 0644]
integration-cli/docker_cli_sni_test.go [new file with mode: 0644]
integration-cli/docker_cli_start_test.go [new file with mode: 0644]
integration-cli/docker_cli_start_volume_driver_unix_test.go [new file with mode: 0644]
integration-cli/docker_cli_stats_test.go [new file with mode: 0644]
integration-cli/docker_cli_tag_test.go [new file with mode: 0644]
integration-cli/docker_cli_top_test.go [new file with mode: 0644]
integration-cli/docker_cli_update_test.go [new file with mode: 0644]
integration-cli/docker_cli_update_unix_test.go [new file with mode: 0644]
integration-cli/docker_cli_userns_test.go [new file with mode: 0644]
integration-cli/docker_cli_v2_only_test.go [new file with mode: 0644]
integration-cli/docker_cli_version_test.go [new file with mode: 0644]
integration-cli/docker_cli_volume_test.go [new file with mode: 0644]
integration-cli/docker_cli_wait_test.go [new file with mode: 0644]
integration-cli/docker_experimental_network_test.go [new file with mode: 0644]
integration-cli/docker_hub_pull_suite_test.go [new file with mode: 0644]
integration-cli/docker_test_vars.go [new file with mode: 0644]
integration-cli/docker_utils.go [new file with mode: 0644]
integration-cli/events_utils.go [new file with mode: 0644]
integration-cli/fixtures/auth/docker-credential-shell-test [new file with mode: 0755]
integration-cli/fixtures/https/ca.pem [new file with mode: 0644]
integration-cli/fixtures/https/client-cert.pem [new file with mode: 0644]
integration-cli/fixtures/https/client-key.pem [new file with mode: 0644]
integration-cli/fixtures/https/client-rogue-cert.pem [new file with mode: 0644]
integration-cli/fixtures/https/client-rogue-key.pem [new file with mode: 0644]
integration-cli/fixtures/https/server-cert.pem [new file with mode: 0644]
integration-cli/fixtures/https/server-key.pem [new file with mode: 0644]
integration-cli/fixtures/https/server-rogue-cert.pem [new file with mode: 0644]
integration-cli/fixtures/https/server-rogue-key.pem [new file with mode: 0644]
integration-cli/fixtures/load/emptyLayer.tar [new file with mode: 0644]
integration-cli/fixtures/notary/delgkey1.crt [new file with mode: 0644]
integration-cli/fixtures/notary/delgkey1.key [new file with mode: 0644]
integration-cli/fixtures/notary/delgkey2.crt [new file with mode: 0644]
integration-cli/fixtures/notary/delgkey2.key [new file with mode: 0644]
integration-cli/fixtures/notary/delgkey3.crt [new file with mode: 0644]
integration-cli/fixtures/notary/delgkey3.key [new file with mode: 0644]
integration-cli/fixtures/notary/delgkey4.crt [new file with mode: 0644]
integration-cli/fixtures/notary/delgkey4.key [new file with mode: 0644]
integration-cli/fixtures/notary/localhost.cert [new file with mode: 0644]
integration-cli/fixtures/notary/localhost.key [new file with mode: 0644]
integration-cli/fixtures/registry/cert.pem [new file with mode: 0644]
integration-cli/npipe.go [new file with mode: 0644]
integration-cli/npipe_windows.go [new file with mode: 0644]
integration-cli/registry.go [new file with mode: 0644]
integration-cli/registry_mock.go [new file with mode: 0644]
integration-cli/requirements.go [new file with mode: 0644]
integration-cli/requirements_unix.go [new file with mode: 0644]
integration-cli/test_vars_exec.go [new file with mode: 0644]
integration-cli/test_vars_noexec.go [new file with mode: 0644]
integration-cli/test_vars_noseccomp.go [new file with mode: 0644]
integration-cli/test_vars_seccomp.go [new file with mode: 0644]
integration-cli/test_vars_unix.go [new file with mode: 0644]
integration-cli/test_vars_windows.go [new file with mode: 0644]
integration-cli/trust_server.go [new file with mode: 0644]
integration-cli/utils.go [new file with mode: 0644]
layer/empty.go [new file with mode: 0644]
layer/empty_test.go [new file with mode: 0644]
layer/filestore.go [new file with mode: 0644]
layer/filestore_test.go [new file with mode: 0644]
layer/layer.go [new file with mode: 0644]
layer/layer_store.go [new file with mode: 0644]
layer/layer_test.go [new file with mode: 0644]
layer/layer_unix.go [new file with mode: 0644]
layer/layer_unix_test.go [new file with mode: 0644]
layer/layer_windows.go [new file with mode: 0644]
layer/migration.go [new file with mode: 0644]
layer/migration_test.go [new file with mode: 0644]
layer/mount_test.go [new file with mode: 0644]
layer/mounted_layer.go [new file with mode: 0644]
layer/ro_layer.go [new file with mode: 0644]
libcontainerd/client.go [new file with mode: 0644]
libcontainerd/client_linux.go [new file with mode: 0644]
libcontainerd/client_liverestore_linux.go [new file with mode: 0644]
libcontainerd/client_shutdownrestore_linux.go [new file with mode: 0644]
libcontainerd/client_windows.go [new file with mode: 0644]
libcontainerd/container.go [new file with mode: 0644]
libcontainerd/container_linux.go [new file with mode: 0644]
libcontainerd/container_windows.go [new file with mode: 0644]
libcontainerd/pausemonitor_linux.go [new file with mode: 0644]
libcontainerd/process.go [new file with mode: 0644]
libcontainerd/process_linux.go [new file with mode: 0644]
libcontainerd/process_windows.go [new file with mode: 0644]
libcontainerd/queue_linux.go [new file with mode: 0644]
libcontainerd/remote.go [new file with mode: 0644]
libcontainerd/remote_linux.go [new file with mode: 0644]
libcontainerd/remote_windows.go [new file with mode: 0644]
libcontainerd/types.go [new file with mode: 0644]
libcontainerd/types_linux.go [new file with mode: 0644]
libcontainerd/types_windows.go [new file with mode: 0644]
libcontainerd/utils_linux.go [new file with mode: 0644]
libcontainerd/utils_windows.go [new file with mode: 0644]
libcontainerd/windowsoci/oci_windows.go [new file with mode: 0644]
libcontainerd/windowsoci/unsupported.go [new file with mode: 0644]
man/Dockerfile [new file with mode: 0644]
man/Dockerfile.5.md [new file with mode: 0644]
man/README.md [new file with mode: 0644]
man/config-json.5.md [new file with mode: 0644]
man/docker-attach.1.md [new file with mode: 0644]
man/docker-build.1.md [new file with mode: 0644]
man/docker-commit.1.md [new file with mode: 0644]
man/docker-cp.1.md [new file with mode: 0644]
man/docker-create.1.md [new file with mode: 0644]
man/docker-daemon.8.md [new file with mode: 0644]
man/docker-diff.1.md [new file with mode: 0644]
man/docker-events.1.md [new file with mode: 0644]
man/docker-exec.1.md [new file with mode: 0644]
man/docker-export.1.md [new file with mode: 0644]
man/docker-history.1.md [new file with mode: 0644]
man/docker-images.1.md [new file with mode: 0644]
man/docker-import.1.md [new file with mode: 0644]
man/docker-info.1.md [new file with mode: 0644]
man/docker-inspect.1.md [new file with mode: 0644]
man/docker-kill.1.md [new file with mode: 0644]
man/docker-load.1.md [new file with mode: 0644]
man/docker-login.1.md [new file with mode: 0644]
man/docker-logout.1.md [new file with mode: 0644]
man/docker-logs.1.md [new file with mode: 0644]
man/docker-network-connect.1.md [new file with mode: 0644]
man/docker-network-create.1.md [new file with mode: 0644]
man/docker-network-disconnect.1.md [new file with mode: 0644]
man/docker-network-inspect.1.md [new file with mode: 0644]
man/docker-network-ls.1.md [new file with mode: 0644]
man/docker-network-rm.1.md [new file with mode: 0644]
man/docker-pause.1.md [new file with mode: 0644]
man/docker-port.1.md [new file with mode: 0644]
man/docker-ps.1.md [new file with mode: 0644]
man/docker-pull.1.md [new file with mode: 0644]
man/docker-push.1.md [new file with mode: 0644]
man/docker-rename.1.md [new file with mode: 0644]
man/docker-restart.1.md [new file with mode: 0644]
man/docker-rm.1.md [new file with mode: 0644]
man/docker-rmi.1.md [new file with mode: 0644]
man/docker-run.1.md [new file with mode: 0644]
man/docker-save.1.md [new file with mode: 0644]
man/docker-search.1.md [new file with mode: 0644]
man/docker-start.1.md [new file with mode: 0644]
man/docker-stats.1.md [new file with mode: 0644]
man/docker-stop.1.md [new file with mode: 0644]
man/docker-tag.1.md [new file with mode: 0644]
man/docker-top.1.md [new file with mode: 0644]
man/docker-unpause.1.md [new file with mode: 0644]
man/docker-update.1.md [new file with mode: 0644]
man/docker-version.1.md [new file with mode: 0644]
man/docker-volume-create.1.md [new file with mode: 0644]
man/docker-volume-inspect.1.md [new file with mode: 0644]
man/docker-volume-ls.1.md [new file with mode: 0644]
man/docker-volume-rm.1.md [new file with mode: 0644]
man/docker-volume.1.md [new file with mode: 0644]
man/docker-wait.1.md [new file with mode: 0644]
man/docker.1.md [new file with mode: 0644]
man/md2man-all.sh [new file with mode: 0755]
migrate/v1/migratev1.go [new file with mode: 0644]
migrate/v1/migratev1_test.go [new file with mode: 0644]
oci/defaults_linux.go [new file with mode: 0644]
oci/defaults_windows.go [new file with mode: 0644]
opts/hosts.go [new file with mode: 0644]
opts/hosts_test.go [new file with mode: 0644]
opts/hosts_unix.go [new file with mode: 0644]
opts/hosts_windows.go [new file with mode: 0644]
opts/ip.go [new file with mode: 0644]
opts/ip_test.go [new file with mode: 0644]
opts/opts.go [new file with mode: 0644]
opts/opts_test.go [new file with mode: 0644]
opts/opts_unix.go [new file with mode: 0644]
opts/opts_windows.go [new file with mode: 0644]
pkg/README.md [new file with mode: 0644]
pkg/aaparser/aaparser.go [new file with mode: 0644]
pkg/aaparser/aaparser_test.go [new file with mode: 0644]
pkg/archive/README.md [new file with mode: 0644]
pkg/archive/archive.go [new file with mode: 0644]
pkg/archive/archive_test.go [new file with mode: 0644]
pkg/archive/archive_unix.go [new file with mode: 0644]
pkg/archive/archive_unix_test.go [new file with mode: 0644]
pkg/archive/archive_windows.go [new file with mode: 0644]
pkg/archive/archive_windows_test.go [new file with mode: 0644]
pkg/archive/changes.go [new file with mode: 0644]
pkg/archive/changes_linux.go [new file with mode: 0644]
pkg/archive/changes_other.go [new file with mode: 0644]
pkg/archive/changes_posix_test.go [new file with mode: 0644]
pkg/archive/changes_test.go [new file with mode: 0644]
pkg/archive/changes_unix.go [new file with mode: 0644]
pkg/archive/changes_windows.go [new file with mode: 0644]
pkg/archive/copy.go [new file with mode: 0644]
pkg/archive/copy_unix.go [new file with mode: 0644]
pkg/archive/copy_unix_test.go [new file with mode: 0644]
pkg/archive/copy_windows.go [new file with mode: 0644]
pkg/archive/diff.go [new file with mode: 0644]
pkg/archive/diff_test.go [new file with mode: 0644]
pkg/archive/example_changes.go [new file with mode: 0644]
pkg/archive/testdata/broken.tar [new file with mode: 0644]
pkg/archive/time_linux.go [new file with mode: 0644]
pkg/archive/time_unsupported.go [new file with mode: 0644]
pkg/archive/utils_test.go [new file with mode: 0644]
pkg/archive/whiteouts.go [new file with mode: 0644]
pkg/archive/wrap.go [new file with mode: 0644]
pkg/archive/wrap_test.go [new file with mode: 0644]
pkg/authorization/api.go [new file with mode: 0644]
pkg/authorization/authz.go [new file with mode: 0644]
pkg/authorization/authz_unix_test.go [new file with mode: 0644]
pkg/authorization/plugin.go [new file with mode: 0644]
pkg/authorization/response.go [new file with mode: 0644]
pkg/broadcaster/unbuffered.go [new file with mode: 0644]
pkg/broadcaster/unbuffered_test.go [new file with mode: 0644]
pkg/chrootarchive/archive.go [new file with mode: 0644]
pkg/chrootarchive/archive_test.go [new file with mode: 0644]
pkg/chrootarchive/archive_unix.go [new file with mode: 0644]
pkg/chrootarchive/archive_windows.go [new file with mode: 0644]
pkg/chrootarchive/diff.go [new file with mode: 0644]
pkg/chrootarchive/diff_unix.go [new file with mode: 0644]
pkg/chrootarchive/diff_windows.go [new file with mode: 0644]
pkg/chrootarchive/init_unix.go [new file with mode: 0644]
pkg/chrootarchive/init_windows.go [new file with mode: 0644]
pkg/devicemapper/devmapper.go [new file with mode: 0644]
pkg/devicemapper/devmapper_log.go [new file with mode: 0644]
pkg/devicemapper/devmapper_wrapper.go [new file with mode: 0644]
pkg/devicemapper/devmapper_wrapper_deferred_remove.go [new file with mode: 0644]
pkg/devicemapper/devmapper_wrapper_no_deferred_remove.go [new file with mode: 0644]
pkg/devicemapper/ioctl.go [new file with mode: 0644]
pkg/devicemapper/log.go [new file with mode: 0644]
pkg/directory/directory.go [new file with mode: 0644]
pkg/directory/directory_test.go [new file with mode: 0644]
pkg/directory/directory_unix.go [new file with mode: 0644]
pkg/directory/directory_windows.go [new file with mode: 0644]
pkg/discovery/README.md [new file with mode: 0644]
pkg/discovery/backends.go [new file with mode: 0644]
pkg/discovery/discovery.go [new file with mode: 0644]
pkg/discovery/discovery_test.go [new file with mode: 0644]
pkg/discovery/entry.go [new file with mode: 0644]
pkg/discovery/file/file.go [new file with mode: 0644]
pkg/discovery/file/file_test.go [new file with mode: 0644]
pkg/discovery/generator.go [new file with mode: 0644]
pkg/discovery/generator_test.go [new file with mode: 0644]
pkg/discovery/kv/kv.go [new file with mode: 0644]
pkg/discovery/kv/kv_test.go [new file with mode: 0644]
pkg/discovery/memory/memory.go [new file with mode: 0644]
pkg/discovery/memory/memory_test.go [new file with mode: 0644]
pkg/discovery/nodes/nodes.go [new file with mode: 0644]
pkg/discovery/nodes/nodes_test.go [new file with mode: 0644]
pkg/filenotify/filenotify.go [new file with mode: 0644]
pkg/filenotify/fsnotify.go [new file with mode: 0644]
pkg/filenotify/poller.go [new file with mode: 0644]
pkg/filenotify/poller_test.go [new file with mode: 0644]
pkg/fileutils/fileutils.go [new file with mode: 0644]
pkg/fileutils/fileutils_test.go [new file with mode: 0644]
pkg/fileutils/fileutils_unix.go [new file with mode: 0644]
pkg/fileutils/fileutils_windows.go [new file with mode: 0644]
pkg/gitutils/gitutils.go [new file with mode: 0644]
pkg/gitutils/gitutils_test.go [new file with mode: 0644]
pkg/graphdb/conn_sqlite3.go [new file with mode: 0644]
pkg/graphdb/conn_sqlite3_unix.go [new file with mode: 0644]
pkg/graphdb/conn_sqlite3_windows.go [new file with mode: 0644]
pkg/graphdb/conn_unsupported.go [new file with mode: 0644]
pkg/graphdb/graphdb.go [new file with mode: 0644]
pkg/graphdb/graphdb_test.go [new file with mode: 0644]
pkg/graphdb/sort.go [new file with mode: 0644]
pkg/graphdb/sort_test.go [new file with mode: 0644]
pkg/graphdb/utils.go [new file with mode: 0644]
pkg/homedir/homedir.go [new file with mode: 0644]
pkg/homedir/homedir_test.go [new file with mode: 0644]
pkg/httputils/httputils.go [new file with mode: 0644]
pkg/httputils/httputils_test.go [new file with mode: 0644]
pkg/httputils/mimetype.go [new file with mode: 0644]
pkg/httputils/mimetype_test.go [new file with mode: 0644]
pkg/httputils/resumablerequestreader.go [new file with mode: 0644]
pkg/httputils/resumablerequestreader_test.go [new file with mode: 0644]
pkg/idtools/idtools.go [new file with mode: 0644]
pkg/idtools/idtools_unix.go [new file with mode: 0644]
pkg/idtools/idtools_unix_test.go [new file with mode: 0644]
pkg/idtools/idtools_windows.go [new file with mode: 0644]
pkg/idtools/usergroupadd_linux.go [new file with mode: 0644]
pkg/idtools/usergroupadd_unsupported.go [new file with mode: 0644]
pkg/integration/checker/checker.go [new file with mode: 0644]
pkg/integration/dockerCmd_utils.go [new file with mode: 0644]
pkg/integration/dockerCmd_utils_test.go [new file with mode: 0644]
pkg/integration/utils.go [new file with mode: 0644]
pkg/integration/utils_test.go [new file with mode: 0644]
pkg/ioutils/bytespipe.go [new file with mode: 0644]
pkg/ioutils/bytespipe_test.go [new file with mode: 0644]
pkg/ioutils/fmt.go [new file with mode: 0644]
pkg/ioutils/fmt_test.go [new file with mode: 0644]
pkg/ioutils/multireader.go [new file with mode: 0644]
pkg/ioutils/multireader_test.go [new file with mode: 0644]
pkg/ioutils/readers.go [new file with mode: 0644]
pkg/ioutils/readers_test.go [new file with mode: 0644]
pkg/ioutils/scheduler.go [new file with mode: 0644]
pkg/ioutils/scheduler_gccgo.go [new file with mode: 0644]
pkg/ioutils/temp_unix.go [new file with mode: 0644]
pkg/ioutils/temp_windows.go [new file with mode: 0644]
pkg/ioutils/writeflusher.go [new file with mode: 0644]
pkg/ioutils/writers.go [new file with mode: 0644]
pkg/ioutils/writers_test.go [new file with mode: 0644]
pkg/jsonlog/jsonlog.go [new file with mode: 0644]
pkg/jsonlog/jsonlog_marshalling.go [new file with mode: 0644]
pkg/jsonlog/jsonlog_marshalling_test.go [new file with mode: 0644]
pkg/jsonlog/jsonlogbytes.go [new file with mode: 0644]
pkg/jsonlog/jsonlogbytes_test.go [new file with mode: 0644]
pkg/jsonlog/time_marshalling.go [new file with mode: 0644]
pkg/jsonlog/time_marshalling_test.go [new file with mode: 0644]
pkg/jsonmessage/jsonmessage.go [new file with mode: 0644]
pkg/jsonmessage/jsonmessage_test.go [new file with mode: 0644]
pkg/locker/README.md [new file with mode: 0644]
pkg/locker/locker.go [new file with mode: 0644]
pkg/locker/locker_test.go [new file with mode: 0644]
pkg/longpath/longpath.go [new file with mode: 0644]
pkg/longpath/longpath_test.go [new file with mode: 0644]
pkg/loopback/attach_loopback.go [new file with mode: 0644]
pkg/loopback/ioctl.go [new file with mode: 0644]
pkg/loopback/loop_wrapper.go [new file with mode: 0644]
pkg/loopback/loopback.go [new file with mode: 0644]
pkg/mflag/LICENSE [new file with mode: 0644]
pkg/mflag/README.md [new file with mode: 0644]
pkg/mflag/example/example.go [new file with mode: 0644]
pkg/mflag/flag.go [new file with mode: 0644]
pkg/mflag/flag_test.go [new file with mode: 0644]
pkg/mount/flags.go [new file with mode: 0644]
pkg/mount/flags_freebsd.go [new file with mode: 0644]
pkg/mount/flags_linux.go [new file with mode: 0644]
pkg/mount/flags_unsupported.go [new file with mode: 0644]
pkg/mount/mount.go [new file with mode: 0644]
pkg/mount/mount_unix_test.go [new file with mode: 0644]
pkg/mount/mounter_freebsd.go [new file with mode: 0644]
pkg/mount/mounter_linux.go [new file with mode: 0644]
pkg/mount/mounter_unsupported.go [new file with mode: 0644]
pkg/mount/mountinfo.go [new file with mode: 0644]
pkg/mount/mountinfo_freebsd.go [new file with mode: 0644]
pkg/mount/mountinfo_linux.go [new file with mode: 0644]
pkg/mount/mountinfo_linux_test.go [new file with mode: 0644]
pkg/mount/mountinfo_unsupported.go [new file with mode: 0644]
pkg/mount/mountinfo_windows.go [new file with mode: 0644]
pkg/mount/sharedsubtree_linux.go [new file with mode: 0644]
pkg/mount/sharedsubtree_linux_test.go [new file with mode: 0644]
pkg/namesgenerator/cmd/names-generator/main.go [new file with mode: 0644]
pkg/namesgenerator/names-generator.go [new file with mode: 0644]
pkg/namesgenerator/names-generator_test.go [new file with mode: 0644]
pkg/parsers/kernel/kernel.go [new file with mode: 0644]
pkg/parsers/kernel/kernel_unix_test.go [new file with mode: 0644]
pkg/parsers/kernel/kernel_windows.go [new file with mode: 0644]
pkg/parsers/kernel/uname_linux.go [new file with mode: 0644]
pkg/parsers/kernel/uname_unsupported.go [new file with mode: 0644]
pkg/parsers/operatingsystem/operatingsystem_freebsd.go [new file with mode: 0644]
pkg/parsers/operatingsystem/operatingsystem_linux.go [new file with mode: 0644]
pkg/parsers/operatingsystem/operatingsystem_unix_test.go [new file with mode: 0644]
pkg/parsers/operatingsystem/operatingsystem_windows.go [new file with mode: 0644]
pkg/parsers/parsers.go [new file with mode: 0644]
pkg/parsers/parsers_test.go [new file with mode: 0644]
pkg/pidfile/pidfile.go [new file with mode: 0644]
pkg/pidfile/pidfile_test.go [new file with mode: 0644]
pkg/platform/architecture_freebsd.go [new file with mode: 0644]
pkg/platform/architecture_linux.go [new file with mode: 0644]
pkg/platform/architecture_windows.go [new file with mode: 0644]
pkg/platform/platform.go [new file with mode: 0644]
pkg/platform/utsname_int8.go [new file with mode: 0644]
pkg/platform/utsname_uint8.go [new file with mode: 0644]
pkg/plugins/client.go [new file with mode: 0644]
pkg/plugins/client_test.go [new file with mode: 0644]
pkg/plugins/discovery.go [new file with mode: 0644]
pkg/plugins/discovery_test.go [new file with mode: 0644]
pkg/plugins/discovery_unix_test.go [new file with mode: 0644]
pkg/plugins/errors.go [new file with mode: 0644]
pkg/plugins/pluginrpc-gen/README.md [new file with mode: 0644]
pkg/plugins/pluginrpc-gen/fixtures/foo.go [new file with mode: 0644]
pkg/plugins/pluginrpc-gen/main.go [new file with mode: 0644]
pkg/plugins/pluginrpc-gen/parser.go [new file with mode: 0644]
pkg/plugins/pluginrpc-gen/parser_test.go [new file with mode: 0644]
pkg/plugins/pluginrpc-gen/template.go [new file with mode: 0644]
pkg/plugins/plugins.go [new file with mode: 0644]
pkg/plugins/transport/http.go [new file with mode: 0644]
pkg/plugins/transport/transport.go [new file with mode: 0644]
pkg/pools/pools.go [new file with mode: 0644]
pkg/pools/pools_test.go [new file with mode: 0644]
pkg/progress/progress.go [new file with mode: 0644]
pkg/progress/progressreader.go [new file with mode: 0644]
pkg/progress/progressreader_test.go [new file with mode: 0644]
pkg/promise/promise.go [new file with mode: 0644]
pkg/proxy/network_proxy_test.go [new file with mode: 0644]
pkg/proxy/proxy.go [new file with mode: 0644]
pkg/proxy/stub_proxy.go [new file with mode: 0644]
pkg/proxy/tcp_proxy.go [new file with mode: 0644]
pkg/proxy/udp_proxy.go [new file with mode: 0644]
pkg/pubsub/publisher.go [new file with mode: 0644]
pkg/pubsub/publisher_test.go [new file with mode: 0644]
pkg/random/random.go [new file with mode: 0644]
pkg/random/random_test.go [new file with mode: 0644]
pkg/reexec/README.md [new file with mode: 0644]
pkg/reexec/command_freebsd.go [new file with mode: 0644]
pkg/reexec/command_linux.go [new file with mode: 0644]
pkg/reexec/command_unsupported.go [new file with mode: 0644]
pkg/reexec/command_windows.go [new file with mode: 0644]
pkg/reexec/reexec.go [new file with mode: 0644]
pkg/registrar/registrar.go [new file with mode: 0644]
pkg/registrar/registrar_test.go [new file with mode: 0644]
pkg/signal/README.md [new file with mode: 0644]
pkg/signal/signal.go [new file with mode: 0644]
pkg/signal/signal_darwin.go [new file with mode: 0644]
pkg/signal/signal_freebsd.go [new file with mode: 0644]
pkg/signal/signal_linux.go [new file with mode: 0644]
pkg/signal/signal_unix.go [new file with mode: 0644]
pkg/signal/signal_unsupported.go [new file with mode: 0644]
pkg/signal/signal_windows.go [new file with mode: 0644]
pkg/signal/trap.go [new file with mode: 0644]
pkg/stdcopy/stdcopy.go [new file with mode: 0644]
pkg/stdcopy/stdcopy_test.go [new file with mode: 0644]
pkg/streamformatter/streamformatter.go [new file with mode: 0644]
pkg/streamformatter/streamformatter_test.go [new file with mode: 0644]
pkg/stringid/README.md [new file with mode: 0644]
pkg/stringid/stringid.go [new file with mode: 0644]
pkg/stringid/stringid_test.go [new file with mode: 0644]
pkg/stringutils/README.md [new file with mode: 0644]
pkg/stringutils/stringutils.go [new file with mode: 0644]
pkg/stringutils/stringutils_test.go [new file with mode: 0644]
pkg/symlink/LICENSE.APACHE [new file with mode: 0644]
pkg/symlink/LICENSE.BSD [new file with mode: 0644]
pkg/symlink/README.md [new file with mode: 0644]
pkg/symlink/fs.go [new file with mode: 0644]
pkg/symlink/fs_unix.go [new file with mode: 0644]
pkg/symlink/fs_unix_test.go [new file with mode: 0644]
pkg/symlink/fs_windows.go [new file with mode: 0644]
pkg/sysinfo/README.md [new file with mode: 0644]
pkg/sysinfo/sysinfo.go [new file with mode: 0644]
pkg/sysinfo/sysinfo_freebsd.go [new file with mode: 0644]
pkg/sysinfo/sysinfo_linux.go [new file with mode: 0644]
pkg/sysinfo/sysinfo_linux_test.go [new file with mode: 0644]
pkg/sysinfo/sysinfo_test.go [new file with mode: 0644]
pkg/sysinfo/sysinfo_windows.go [new file with mode: 0644]
pkg/system/chtimes.go [new file with mode: 0644]
pkg/system/chtimes_test.go [new file with mode: 0644]
pkg/system/chtimes_unix.go [new file with mode: 0644]
pkg/system/chtimes_unix_test.go [new file with mode: 0644]
pkg/system/chtimes_windows.go [new file with mode: 0644]
pkg/system/chtimes_windows_test.go [new file with mode: 0644]
pkg/system/errors.go [new file with mode: 0644]
pkg/system/events_windows.go [new file with mode: 0644]
pkg/system/filesys.go [new file with mode: 0644]
pkg/system/filesys_windows.go [new file with mode: 0644]
pkg/system/lstat.go [new file with mode: 0644]
pkg/system/lstat_unix_test.go [new file with mode: 0644]
pkg/system/lstat_windows.go [new file with mode: 0644]
pkg/system/meminfo.go [new file with mode: 0644]
pkg/system/meminfo_linux.go [new file with mode: 0644]
pkg/system/meminfo_unix_test.go [new file with mode: 0644]
pkg/system/meminfo_unsupported.go [new file with mode: 0644]
pkg/system/meminfo_windows.go [new file with mode: 0644]
pkg/system/mknod.go [new file with mode: 0644]
pkg/system/mknod_windows.go [new file with mode: 0644]
pkg/system/path_unix.go [new file with mode: 0644]
pkg/system/path_windows.go [new file with mode: 0644]
pkg/system/stat.go [new file with mode: 0644]
pkg/system/stat_freebsd.go [new file with mode: 0644]
pkg/system/stat_linux.go [new file with mode: 0644]
pkg/system/stat_openbsd.go [new file with mode: 0644]
pkg/system/stat_solaris.go [new file with mode: 0644]
pkg/system/stat_unix_test.go [new file with mode: 0644]
pkg/system/stat_unsupported.go [new file with mode: 0644]
pkg/system/stat_windows.go [new file with mode: 0644]
pkg/system/syscall_unix.go [new file with mode: 0644]
pkg/system/syscall_windows.go [new file with mode: 0644]
pkg/system/umask.go [new file with mode: 0644]
pkg/system/umask_windows.go [new file with mode: 0644]
pkg/system/utimes_darwin.go [new file with mode: 0644]
pkg/system/utimes_freebsd.go [new file with mode: 0644]
pkg/system/utimes_linux.go [new file with mode: 0644]
pkg/system/utimes_unix_test.go [new file with mode: 0644]
pkg/system/utimes_unsupported.go [new file with mode: 0644]
pkg/system/xattrs_linux.go [new file with mode: 0644]
pkg/system/xattrs_unsupported.go [new file with mode: 0644]
pkg/tailfile/tailfile.go [new file with mode: 0644]
pkg/tailfile/tailfile_test.go [new file with mode: 0644]
pkg/tarsum/builder_context.go [new file with mode: 0644]
pkg/tarsum/builder_context_test.go [new file with mode: 0644]
pkg/tarsum/fileinfosums.go [new file with mode: 0644]
pkg/tarsum/fileinfosums_test.go [new file with mode: 0644]
pkg/tarsum/tarsum.go [new file with mode: 0644]
pkg/tarsum/tarsum_spec.md [new file with mode: 0644]
pkg/tarsum/tarsum_test.go [new file with mode: 0644]
pkg/tarsum/testdata/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457/json [new file with mode: 0644]
pkg/tarsum/testdata/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457/layer.tar [new file with mode: 0644]
pkg/tarsum/testdata/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158/json [new file with mode: 0644]
pkg/tarsum/testdata/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158/layer.tar [new file with mode: 0644]
pkg/tarsum/testdata/collision/collision-0.tar [new file with mode: 0644]
pkg/tarsum/testdata/collision/collision-1.tar [new file with mode: 0644]
pkg/tarsum/testdata/collision/collision-2.tar [new file with mode: 0644]
pkg/tarsum/testdata/collision/collision-3.tar [new file with mode: 0644]
pkg/tarsum/testdata/xattr/json [new file with mode: 0644]
pkg/tarsum/testdata/xattr/layer.tar [new file with mode: 0644]
pkg/tarsum/versioning.go [new file with mode: 0644]
pkg/tarsum/versioning_test.go [new file with mode: 0644]
pkg/tarsum/writercloser.go [new file with mode: 0644]
pkg/term/ascii.go [new file with mode: 0644]
pkg/term/ascii_test.go [new file with mode: 0644]
pkg/term/tc_linux_cgo.go [new file with mode: 0644]
pkg/term/tc_other.go [new file with mode: 0644]
pkg/term/term.go [new file with mode: 0644]
pkg/term/term_windows.go [new file with mode: 0644]
pkg/term/termios_darwin.go [new file with mode: 0644]
pkg/term/termios_freebsd.go [new file with mode: 0644]
pkg/term/termios_linux.go [new file with mode: 0644]
pkg/term/termios_openbsd.go [new file with mode: 0644]
pkg/term/windows/ansi_reader.go [new file with mode: 0644]
pkg/term/windows/ansi_writer.go [new file with mode: 0644]
pkg/term/windows/console.go [new file with mode: 0644]
pkg/term/windows/windows.go [new file with mode: 0644]
pkg/term/windows/windows_test.go [new file with mode: 0644]
pkg/tlsconfig/config.go [new file with mode: 0644]
pkg/truncindex/truncindex.go [new file with mode: 0644]
pkg/truncindex/truncindex_test.go [new file with mode: 0644]
pkg/urlutil/urlutil.go [new file with mode: 0644]
pkg/urlutil/urlutil_test.go [new file with mode: 0644]
pkg/useragent/README.md [new file with mode: 0644]
pkg/useragent/useragent.go [new file with mode: 0644]
pkg/useragent/useragent_test.go [new file with mode: 0644]
pkg/version/version.go [new file with mode: 0644]
pkg/version/version_test.go [new file with mode: 0644]
profiles/apparmor/apparmor.go [new file with mode: 0644]
profiles/apparmor/template.go [new file with mode: 0644]
profiles/seccomp/default.json [new file with mode: 0755]
profiles/seccomp/fixtures/example.json [new file with mode: 0755]
profiles/seccomp/generate.go [new file with mode: 0644]
profiles/seccomp/seccomp.go [new file with mode: 0644]
profiles/seccomp/seccomp_default.go [new file with mode: 0644]
profiles/seccomp/seccomp_test.go [new file with mode: 0644]
profiles/seccomp/seccomp_unsupported.go [new file with mode: 0644]
project/ARM.md [new file with mode: 0644]
project/BRANCHES-AND-TAGS.md [new file with mode: 0644]
project/CONTRIBUTORS.md [new symlink]
project/GOVERNANCE.md [new file with mode: 0644]
project/IRC-ADMINISTRATION.md [new file with mode: 0644]
project/ISSUE-TRIAGE.md [new file with mode: 0644]
project/PACKAGE-REPO-MAINTENANCE.md [new file with mode: 0644]
project/PACKAGERS.md [new file with mode: 0644]
project/PATCH-RELEASES.md [new file with mode: 0644]
project/PRINCIPLES.md [new file with mode: 0644]
project/README.md [new file with mode: 0644]
project/RELEASE-CHECKLIST.md [new file with mode: 0644]
project/RELEASE-PROCESS.md [new file with mode: 0644]
project/REVIEWING.md [new file with mode: 0644]
project/TOOLS.md [new file with mode: 0644]
reference/reference.go [new file with mode: 0644]
reference/reference_test.go [new file with mode: 0644]
reference/store.go [new file with mode: 0644]
reference/store_test.go [new file with mode: 0644]
registry/auth.go [new file with mode: 0644]
registry/auth_test.go [new file with mode: 0644]
registry/config.go [new file with mode: 0644]
registry/config_test.go [new file with mode: 0644]
registry/config_unix.go [new file with mode: 0644]
registry/config_windows.go [new file with mode: 0644]
registry/endpoint_test.go [new file with mode: 0644]
registry/endpoint_v1.go [new file with mode: 0644]
registry/reference.go [new file with mode: 0644]
registry/registry.go [new file with mode: 0644]
registry/registry_mock_test.go [new file with mode: 0644]
registry/registry_test.go [new file with mode: 0644]
registry/service.go [new file with mode: 0644]
registry/service_v1.go [new file with mode: 0644]
registry/service_v2.go [new file with mode: 0644]
registry/session.go [new file with mode: 0644]
registry/types.go [new file with mode: 0644]
restartmanager/restartmanager.go [new file with mode: 0644]
restartmanager/restartmanager_test.go [new file with mode: 0644]
runconfig/compare.go [new file with mode: 0644]
runconfig/compare_test.go [new file with mode: 0644]
runconfig/config.go [new file with mode: 0644]
runconfig/config_test.go [new file with mode: 0644]
runconfig/config_unix.go [new file with mode: 0644]
runconfig/config_windows.go [new file with mode: 0644]
runconfig/errors.go [new file with mode: 0644]
runconfig/fixtures/unix/container_config_1_14.json [new file with mode: 0644]
runconfig/fixtures/unix/container_config_1_17.json [new file with mode: 0644]
runconfig/fixtures/unix/container_config_1_19.json [new file with mode: 0644]
runconfig/fixtures/unix/container_hostconfig_1_14.json [new file with mode: 0644]
runconfig/fixtures/unix/container_hostconfig_1_19.json [new file with mode: 0644]
runconfig/fixtures/windows/container_config_1_19.json [new file with mode: 0644]
runconfig/hostconfig.go [new file with mode: 0644]
runconfig/hostconfig_test.go [new file with mode: 0644]
runconfig/hostconfig_unix.go [new file with mode: 0644]
runconfig/hostconfig_windows.go [new file with mode: 0644]
runconfig/opts/envfile.go [new file with mode: 0644]
runconfig/opts/envfile_test.go [new file with mode: 0644]
runconfig/opts/fixtures/valid.env [new file with mode: 0644]
runconfig/opts/fixtures/valid.label [new file with mode: 0644]
runconfig/opts/opts.go [new file with mode: 0644]
runconfig/opts/opts_test.go [new file with mode: 0644]
runconfig/opts/parse.go [new file with mode: 0644]
runconfig/opts/parse_test.go [new file with mode: 0644]
runconfig/opts/throttledevice.go [new file with mode: 0644]
runconfig/opts/ulimit.go [new file with mode: 0644]
runconfig/opts/ulimit_test.go [new file with mode: 0644]
runconfig/opts/weightdevice.go [new file with mode: 0644]
runconfig/streams.go [new file with mode: 0644]
utils/debug.go [new file with mode: 0644]
utils/debug_test.go [new file with mode: 0644]
utils/experimental.go [new file with mode: 0644]
utils/names.go [new file with mode: 0644]
utils/process_unix.go [new file with mode: 0644]
utils/process_windows.go [new file with mode: 0644]
utils/stubs.go [new file with mode: 0644]
utils/templates/templates.go [new file with mode: 0644]
utils/templates/templates_test.go [new file with mode: 0644]
utils/utils.go [new file with mode: 0644]
utils/utils_test.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/.gitignore [new file with mode: 0644]
vendor/src/github.com/docker/notary/CHANGELOG.md [new file with mode: 0644]
vendor/src/github.com/docker/notary/CONTRIBUTING.md [new file with mode: 0644]
vendor/src/github.com/docker/notary/CONTRIBUTORS [new file with mode: 0644]
vendor/src/github.com/docker/notary/Dockerfile [new file with mode: 0644]
vendor/src/github.com/docker/notary/LICENSE [new file with mode: 0644]
vendor/src/github.com/docker/notary/MAINTAINERS [new file with mode: 0644]
vendor/src/github.com/docker/notary/Makefile [new file with mode: 0644]
vendor/src/github.com/docker/notary/NOTARY_VERSION [new file with mode: 0644]
vendor/src/github.com/docker/notary/README.md [new file with mode: 0644]
vendor/src/github.com/docker/notary/ROADMAP.md [new file with mode: 0644]
vendor/src/github.com/docker/notary/certs/certs.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/circle.yml [new file with mode: 0644]
vendor/src/github.com/docker/notary/client/changelist/change.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/client/changelist/changelist.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/client/changelist/file_changelist.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/client/changelist/interface.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/client/client.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/client/delegations.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/client/helpers.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/client/repo.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/client/repo_pkcs11.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/const.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/coverpkg.sh [new file with mode: 0755]
vendor/src/github.com/docker/notary/cryptoservice/certificate.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/cryptoservice/crypto_service.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/cryptoservice/import_export.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/docker-compose.yml [new file with mode: 0644]
vendor/src/github.com/docker/notary/passphrase/passphrase.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/server.Dockerfile [new file with mode: 0644]
vendor/src/github.com/docker/notary/signer.Dockerfile [new file with mode: 0644]
vendor/src/github.com/docker/notary/trustmanager/filestore.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/trustmanager/keyfilestore.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/trustmanager/keystore.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/trustmanager/memorystore.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/trustmanager/store.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/trustmanager/x509filestore.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/trustmanager/x509memstore.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/trustmanager/x509store.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/trustmanager/x509utils.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/trustmanager/yubikey/non_pkcs11.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/trustmanager/yubikey/pkcs11_darwin.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/trustmanager/yubikey/pkcs11_interface.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/trustmanager/yubikey/pkcs11_linux.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/trustmanager/yubikey/yubikeystore.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/LICENSE [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/README.md [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/client/client.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/client/errors.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/data/errors.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/data/keys.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/data/roles.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/data/root.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/data/serializer.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/data/snapshot.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/data/targets.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/data/timestamp.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/data/types.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/signed/ed25519.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/signed/errors.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/signed/interface.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/signed/sign.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/signed/verifiers.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/signed/verify.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/store/errors.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/store/filestore.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/store/httpstore.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/store/interfaces.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/store/memorystore.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/store/offlinestore.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/tuf.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/utils/role_sort.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/utils/stack.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/utils/util.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/utils/utils.go [new file with mode: 0644]
vendor/src/github.com/docker/notary/tuf/validation/errors.go [new file with mode: 0644]
volume/drivers/adapter.go [new file with mode: 0644]
volume/drivers/extpoint.go [new file with mode: 0644]
volume/drivers/extpoint_test.go [new file with mode: 0644]
volume/drivers/proxy.go [new file with mode: 0644]
volume/drivers/proxy_test.go [new file with mode: 0644]
volume/local/local.go [new file with mode: 0644]
volume/local/local_test.go [new file with mode: 0644]
volume/local/local_unix.go [new file with mode: 0644]
volume/local/local_windows.go [new file with mode: 0644]
volume/store/errors.go [new file with mode: 0644]
volume/store/store.go [new file with mode: 0644]
volume/store/store_test.go [new file with mode: 0644]
volume/store/store_unix.go [new file with mode: 0644]
volume/store/store_windows.go [new file with mode: 0644]
volume/testutils/testutils.go [new file with mode: 0644]
volume/volume.go [new file with mode: 0644]
volume/volume_copy.go [new file with mode: 0644]
volume/volume_propagation_linux.go [new file with mode: 0644]
volume/volume_propagation_linux_test.go [new file with mode: 0644]
volume/volume_propagation_unsupported.go [new file with mode: 0644]
volume/volume_test.go [new file with mode: 0644]
volume/volume_unix.go [new file with mode: 0644]
volume/volume_windows.go [new file with mode: 0644]