Import docker.io_1.8.3~ds1.orig.tar.gz
authorTianon Gravi <tianon@debian.org>
Fri, 30 Oct 2015 02:40:51 +0000 (02:40 +0000)
committerTianon Gravi <tianon@debian.org>
Fri, 30 Oct 2015 02:40:51 +0000 (02:40 +0000)
commita9047661aa76f75fe03aa6d1316780a1ab66f578
tree6949b22bde173c293ad8b1caca4214a93e347379
Import docker.io_1.8.3~ds1.orig.tar.gz

[dgit import orig docker.io_1.8.3~ds1.orig.tar.gz]
1334 files changed:
.dockerignore [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.simple [new file with mode: 0644]
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]
VERSION [new file with mode: 0644]
api/README.md [new file with mode: 0644]
api/api_unit_test.go [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/export.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/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/ps/custom.go [new file with mode: 0644]
api/client/ps/custom_test.go [new file with mode: 0644]
api/client/ps/formatter.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/service.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_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/unpause.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/wait.go [new file with mode: 0644]
api/common.go [new file with mode: 0644]
api/server/form.go [new file with mode: 0644]
api/server/form_test.go [new file with mode: 0644]
api/server/profiler.go [new file with mode: 0644]
api/server/server.go [new file with mode: 0644]
api/server/server_experimental.go [new file with mode: 0644]
api/server/server_linux.go [new file with mode: 0644]
api/server/server_linux_test.go [new file with mode: 0644]
api/server/server_stub.go [new file with mode: 0644]
api/server/server_windows.go [new file with mode: 0644]
api/types/stats.go [new file with mode: 0644]
api/types/types.go [new file with mode: 0644]
builder/bflag.go [new file with mode: 0644]
builder/bflag_test.go [new file with mode: 0644]
builder/command/command.go [new file with mode: 0644]
builder/dispatchers.go [new file with mode: 0644]
builder/evaluator.go [new file with mode: 0644]
builder/internals.go [new file with mode: 0644]
builder/internals_linux.go [new file with mode: 0644]
builder/internals_windows.go [new file with mode: 0644]
builder/job.go [new file with mode: 0644]
builder/job_test.go [new file with mode: 0644]
builder/parser/dumper/main.go [new file with mode: 0644]
builder/parser/json_test.go [new file with mode: 0644]
builder/parser/line_parsers.go [new file with mode: 0644]
builder/parser/parser.go [new file with mode: 0644]
builder/parser/parser_test.go [new file with mode: 0644]
builder/parser/testfiles-negative/env_no_value/Dockerfile [new file with mode: 0644]
builder/parser/testfiles-negative/shykes-nested-json/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/ADD-COPY-with-JSON/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/ADD-COPY-with-JSON/result [new file with mode: 0644]
builder/parser/testfiles/brimstone-consuldock/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/brimstone-consuldock/result [new file with mode: 0644]
builder/parser/testfiles/brimstone-docker-consul/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/brimstone-docker-consul/result [new file with mode: 0644]
builder/parser/testfiles/continueIndent/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/continueIndent/result [new file with mode: 0644]
builder/parser/testfiles/cpuguy83-nagios/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/cpuguy83-nagios/result [new file with mode: 0644]
builder/parser/testfiles/docker/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/docker/result [new file with mode: 0644]
builder/parser/testfiles/env/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/env/result [new file with mode: 0644]
builder/parser/testfiles/escapes/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/escapes/result [new file with mode: 0644]
builder/parser/testfiles/flags/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/flags/result [new file with mode: 0644]
builder/parser/testfiles/influxdb/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/influxdb/result [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-json-inside-string-double/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-json-inside-string-double/result [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-json-inside-string/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-json-inside-string/result [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-single-quotes/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-single-quotes/result [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-unterminated-bracket/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-unterminated-bracket/result [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-unterminated-string/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/jeztah-invalid-json-unterminated-string/result [new file with mode: 0644]
builder/parser/testfiles/json/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/json/result [new file with mode: 0644]
builder/parser/testfiles/kartar-entrypoint-oddities/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/kartar-entrypoint-oddities/result [new file with mode: 0644]
builder/parser/testfiles/lk4d4-the-edge-case-generator/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/lk4d4-the-edge-case-generator/result [new file with mode: 0644]
builder/parser/testfiles/mail/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/mail/result [new file with mode: 0644]
builder/parser/testfiles/multiple-volumes/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/multiple-volumes/result [new file with mode: 0644]
builder/parser/testfiles/mumble/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/mumble/result [new file with mode: 0644]
builder/parser/testfiles/nginx/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/nginx/result [new file with mode: 0644]
builder/parser/testfiles/tf2/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/tf2/result [new file with mode: 0644]
builder/parser/testfiles/weechat/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/weechat/result [new file with mode: 0644]
builder/parser/testfiles/znc/Dockerfile [new file with mode: 0644]
builder/parser/testfiles/znc/result [new file with mode: 0644]
builder/parser/utils.go [new file with mode: 0644]
builder/shell_parser.go [new file with mode: 0644]
builder/shell_parser_test.go [new file with mode: 0644]
builder/support.go [new file with mode: 0644]
builder/support_test.go [new file with mode: 0644]
builder/words [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]
contrib/README [new file with mode: 0644]
contrib/REVIEWERS [new file with mode: 0644]
contrib/apparmor/docker-engine [new file with mode: 0644]
contrib/builder/deb/README.md [new file with mode: 0644]
contrib/builder/deb/build.sh [new file with mode: 0755]
contrib/builder/deb/debian-jessie/Dockerfile [new file with mode: 0644]
contrib/builder/deb/debian-stretch/Dockerfile [new file with mode: 0644]
contrib/builder/deb/debian-wheezy/Dockerfile [new file with mode: 0644]
contrib/builder/deb/generate.sh [new file with mode: 0755]
contrib/builder/deb/ubuntu-precise/Dockerfile [new file with mode: 0644]
contrib/builder/deb/ubuntu-trusty/Dockerfile [new file with mode: 0644]
contrib/builder/deb/ubuntu-vivid/Dockerfile [new file with mode: 0644]
contrib/builder/deb/ubuntu-wily/Dockerfile [new file with mode: 0644]
contrib/builder/rpm/README.md [new file with mode: 0644]
contrib/builder/rpm/build.sh [new file with mode: 0755]
contrib/builder/rpm/centos-7/Dockerfile [new file with mode: 0644]
contrib/builder/rpm/fedora-20/Dockerfile [new file with mode: 0644]
contrib/builder/rpm/fedora-21/Dockerfile [new file with mode: 0644]
contrib/builder/rpm/fedora-22/Dockerfile [new file with mode: 0644]
contrib/builder/rpm/generate.sh [new file with mode: 0755]
contrib/builder/rpm/oraclelinux-6/Dockerfile [new file with mode: 0644]
contrib/builder/rpm/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: 0755]
contrib/completion/fish/docker.fish [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/dockerize-disk.sh [new file with mode: 0755]
contrib/download-frozen-image.sh [new file with mode: 0755]
contrib/host-integration/Dockerfile.dev [new file with mode: 0644]
contrib/host-integration/Dockerfile.min [new file with mode: 0644]
contrib/host-integration/manager.go [new file with mode: 0644]
contrib/host-integration/manager.sh [new file with mode: 0755]
contrib/host-integration/manager/systemd [new file with mode: 0755]
contrib/host-integration/manager/upstart [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: 0755]
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-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/mkseccomp.pl [new file with mode: 0755]
contrib/mkseccomp.sample [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: 0644]
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/udev/80-docker.rules [new file with mode: 0644]
contrib/vagrant-docker/README.md [new file with mode: 0644]
daemon/README.md [new file with mode: 0644]
daemon/archive.go [new file with mode: 0644]
daemon/attach.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_linux.go [new file with mode: 0644]
daemon/config_stub.go [new file with mode: 0644]
daemon/config_windows.go [new file with mode: 0644]
daemon/container.go [new file with mode: 0644]
daemon/container_unit_test.go [new file with mode: 0644]
daemon/container_unix.go [new file with mode: 0644]
daemon/container_windows.go [new file with mode: 0644]
daemon/create.go [new file with mode: 0644]
daemon/daemon.go [new file with mode: 0644]
daemon/daemon_aufs.go [new file with mode: 0644]
daemon/daemon_btrfs.go [new file with mode: 0644]
daemon/daemon_devicemapper.go [new file with mode: 0644]
daemon/daemon_no_aufs.go [new file with mode: 0644]
daemon/daemon_overlay.go [new file with mode: 0644]
daemon/daemon_test.go [new file with mode: 0644]
daemon/daemon_unit_test.go [new file with mode: 0644]
daemon/daemon_unix.go [new file with mode: 0644]
daemon/daemon_windows.go [new file with mode: 0644]
daemon/daemon_zfs.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/events/events.go [new file with mode: 0644]
daemon/events/events_test.go [new file with mode: 0644]
daemon/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/execdriver/driver.go [new file with mode: 0644]
daemon/execdriver/driver_linux.go [new file with mode: 0644]
daemon/execdriver/execdrivers/execdrivers_linux.go [new file with mode: 0644]
daemon/execdriver/execdrivers/execdrivers_windows.go [new file with mode: 0644]
daemon/execdriver/lxc/driver.go [new file with mode: 0644]
daemon/execdriver/lxc/info.go [new file with mode: 0644]
daemon/execdriver/lxc/info_test.go [new file with mode: 0644]
daemon/execdriver/lxc/init.go [new file with mode: 0644]
daemon/execdriver/lxc/lxc_init_linux.go [new file with mode: 0644]
daemon/execdriver/lxc/lxc_init_unsupported.go [new file with mode: 0644]
daemon/execdriver/lxc/lxc_template.go [new file with mode: 0644]
daemon/execdriver/lxc/lxc_template_unit_test.go [new file with mode: 0644]
daemon/execdriver/native/apparmor.go [new file with mode: 0644]
daemon/execdriver/native/create.go [new file with mode: 0644]
daemon/execdriver/native/driver.go [new file with mode: 0644]
daemon/execdriver/native/driver_unsupported.go [new file with mode: 0644]
daemon/execdriver/native/driver_unsupported_nocgo.go [new file with mode: 0644]
daemon/execdriver/native/exec.go [new file with mode: 0644]
daemon/execdriver/native/info.go [new file with mode: 0644]
daemon/execdriver/native/init.go [new file with mode: 0644]
daemon/execdriver/native/template/default_template.go [new file with mode: 0644]
daemon/execdriver/pipes.go [new file with mode: 0644]
daemon/execdriver/termconsole.go [new file with mode: 0644]
daemon/execdriver/utils.go [new file with mode: 0644]
daemon/execdriver/windows/checkoptions.go [new file with mode: 0644]
daemon/execdriver/windows/clean.go [new file with mode: 0644]
daemon/execdriver/windows/exec.go [new file with mode: 0644]
daemon/execdriver/windows/getpids.go [new file with mode: 0644]
daemon/execdriver/windows/info.go [new file with mode: 0644]
daemon/execdriver/windows/namedpipes.go [new file with mode: 0644]
daemon/execdriver/windows/pauseunpause.go [new file with mode: 0644]
daemon/execdriver/windows/run.go [new file with mode: 0644]
daemon/execdriver/windows/stats.go [new file with mode: 0644]
daemon/execdriver/windows/stdconsole.go [new file with mode: 0644]
daemon/execdriver/windows/terminatekill.go [new file with mode: 0644]
daemon/execdriver/windows/ttyconsole.go [new file with mode: 0644]
daemon/execdriver/windows/unsupported.go [new file with mode: 0644]
daemon/execdriver/windows/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/migrate.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/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_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.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/vfs/driver.go [new file with mode: 0644]
daemon/graphdriver/vfs/driver_unsupported.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/history.go [new file with mode: 0644]
daemon/image_delete.go [new file with mode: 0644]
daemon/info.go [new file with mode: 0644]
daemon/inspect.go [new file with mode: 0644]
daemon/kill.go [new file with mode: 0644]
daemon/list.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/copier.go [new file with mode: 0644]
daemon/logger/copier_test.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/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/jsonfilelog/jsonfilelog.go [new file with mode: 0644]
daemon/logger/jsonfilelog/jsonfilelog_test.go [new file with mode: 0644]
daemon/logger/logger.go [new file with mode: 0644]
daemon/logger/syslog/syslog.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/network/settings.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/start.go [new file with mode: 0644]
daemon/state.go [new file with mode: 0644]
daemon/state_test.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/stats_linux.go [new file with mode: 0644]
daemon/stats_windows.go [new file with mode: 0644]
daemon/stop.go [new file with mode: 0644]
daemon/top.go [new file with mode: 0644]
daemon/unpause.go [new file with mode: 0644]
daemon/utils_nounix.go [new file with mode: 0644]
daemon/utils_test.go [new file with mode: 0644]
daemon/utils_unix.go [new file with mode: 0644]
daemon/volumes.go [new file with mode: 0644]
daemon/volumes_linux.go [new file with mode: 0644]
daemon/volumes_linux_unit_test.go [new file with mode: 0644]
daemon/volumes_unit_test.go [new file with mode: 0644]
daemon/volumes_windows.go [new file with mode: 0644]
daemon/wait.go [new file with mode: 0644]
docker/README.md [new file with mode: 0644]
docker/client.go [new file with mode: 0644]
docker/common.go [new file with mode: 0644]
docker/daemon.go [new file with mode: 0644]
docker/daemon_none.go [new file with mode: 0644]
docker/daemon_unix.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]
dockerinit/dockerinit.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/article-img/architecture.svg [new file with mode: 0644]
docs/article-img/ipv6_basic_host_config.gliffy [new file with mode: 0644]
docs/article-img/ipv6_basic_host_config.svg [new file with mode: 0644]
docs/article-img/ipv6_ndp_proxying.gliffy [new file with mode: 0644]
docs/article-img/ipv6_ndp_proxying.svg [new file with mode: 0644]
docs/article-img/ipv6_routed_network_example.gliffy [new file with mode: 0644]
docs/article-img/ipv6_routed_network_example.svg [new file with mode: 0644]
docs/article-img/ipv6_slash64_subnet_config.gliffy [new file with mode: 0644]
docs/article-img/ipv6_slash64_subnet_config.svg [new file with mode: 0644]
docs/article-img/ipv6_switched_network_example.gliffy [new file with mode: 0644]
docs/article-img/ipv6_switched_network_example.svg [new file with mode: 0644]
docs/articles/ambassador_pattern_linking.md [new file with mode: 0644]
docs/articles/b2d_volume_images/add_cd.png [new file with mode: 0644]
docs/articles/b2d_volume_images/add_new_controller.png [new file with mode: 0644]
docs/articles/b2d_volume_images/add_volume.png [new file with mode: 0644]
docs/articles/b2d_volume_images/boot_order.png [new file with mode: 0644]
docs/articles/b2d_volume_images/gparted.png [new file with mode: 0644]
docs/articles/b2d_volume_images/gparted2.png [new file with mode: 0644]
docs/articles/b2d_volume_images/verify.png [new file with mode: 0644]
docs/articles/b2d_volume_resize.md [new file with mode: 0644]
docs/articles/baseimages.md [new file with mode: 0644]
docs/articles/basics.md [new file with mode: 0644]
docs/articles/certificates.md [new file with mode: 0644]
docs/articles/cfengine_process_management.md [new file with mode: 0644]
docs/articles/chef.md [new file with mode: 0644]
docs/articles/configuring.md [new file with mode: 0644]
docs/articles/dockerfile_best-practices.md [new file with mode: 0644]
docs/articles/dsc.md [new file with mode: 0644]
docs/articles/host_integration.md [new file with mode: 0644]
docs/articles/https.md [new file with mode: 0644]
docs/articles/https/Dockerfile [new file with mode: 0644]
docs/articles/https/Makefile [new file with mode: 0644]
docs/articles/https/README.md [new file with mode: 0644]
docs/articles/https/make_certs.sh [new file with mode: 0755]
docs/articles/https/parsedocs.sh [new file with mode: 0755]
docs/articles/networking.md [new file with mode: 0644]
docs/articles/puppet.md [new file with mode: 0644]
docs/articles/registry_mirror.md [new file with mode: 0644]
docs/articles/runmetrics.md [new file with mode: 0644]
docs/articles/security.md [new file with mode: 0644]
docs/articles/systemd.md [new file with mode: 0644]
docs/articles/using_supervisord.md [new file with mode: 0644]
docs/docker-hub/accounts.md [new file with mode: 0644]
docs/docker-hub/builds.md [new file with mode: 0644]
docs/docker-hub/home.md [new file with mode: 0644]
docs/docker-hub/hub-images/bb_hooks.png [new file with mode: 0644]
docs/docker-hub/hub-images/bb_menu.png [new file with mode: 0644]
docs/docker-hub/hub-images/bb_post-hook.png [new file with mode: 0644]
docs/docker-hub/hub-images/build-trigger.png [new file with mode: 0644]
docs/docker-hub/hub-images/dashboard.png [new file with mode: 0644]
docs/docker-hub/hub-images/deploy_key.png [new file with mode: 0644]
docs/docker-hub/hub-images/gh-check-admin-org-dh-app-access.png [new file with mode: 0644]
docs/docker-hub/hub-images/gh-check-user-org-dh-app-access.png [new file with mode: 0644]
docs/docker-hub/hub-images/gh_add_ssh_user_key.png [new file with mode: 0644]
docs/docker-hub/hub-images/gh_docker-service.png [new file with mode: 0644]
docs/docker-hub/hub-images/gh_menu.png [new file with mode: 0644]
docs/docker-hub/hub-images/gh_org_members.png [new file with mode: 0644]
docs/docker-hub/hub-images/gh_repo_deploy_key.png [new file with mode: 0644]
docs/docker-hub/hub-images/gh_service_hook.png [new file with mode: 0644]
docs/docker-hub/hub-images/gh_settings.png [new file with mode: 0644]
docs/docker-hub/hub-images/gh_team_members.png [new file with mode: 0644]
docs/docker-hub/hub-images/groups.png [new file with mode: 0644]
docs/docker-hub/hub-images/hub.png [new file with mode: 0644]
docs/docker-hub/hub-images/invite.png [new file with mode: 0644]
docs/docker-hub/hub-images/org-repo-collaborators.png [new file with mode: 0644]
docs/docker-hub/hub-images/orgs.png [new file with mode: 0644]
docs/docker-hub/hub-images/repos.png [new file with mode: 0644]
docs/docker-hub/index.md [new file with mode: 0644]
docs/docker-hub/official_repos.md [new file with mode: 0644]
docs/docker-hub/repos.md [new file with mode: 0644]
docs/docker-hub/userguide.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/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/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_volume.md [new file with mode: 0644]
docs/installation/SUSE.md [new file with mode: 0644]
docs/installation/amazon.md [new file with mode: 0644]
docs/installation/archlinux.md [new file with mode: 0644]
docs/installation/azure.md [new file with mode: 0644]
docs/installation/binaries.md [new file with mode: 0644]
docs/installation/centos.md [new file with mode: 0644]
docs/installation/cruxlinux.md [new file with mode: 0644]
docs/installation/debian.md [new file with mode: 0644]
docs/installation/fedora.md [new file with mode: 0644]
docs/installation/frugalware.md [new file with mode: 0644]
docs/installation/gentoolinux.md [new file with mode: 0644]
docs/installation/google.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/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_docker_host.svg [new file with mode: 0644]
docs/installation/images/newsite_view.png [new file with mode: 0644]
docs/installation/images/osx-installer.png [new file with mode: 0644]
docs/installation/images/win_docker_host.svg [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-installer.png [new file with mode: 0644]
docs/installation/index.md [new file with mode: 0644]
docs/installation/joyent.md [new file with mode: 0644]
docs/installation/mac.md [new file with mode: 0644]
docs/installation/oracle.md [new file with mode: 0644]
docs/installation/rackspace.md [new file with mode: 0644]
docs/installation/rhel.md [new file with mode: 0644]
docs/installation/softlayer.md [new file with mode: 0644]
docs/installation/ubuntulinux.md [new file with mode: 0644]
docs/installation/windows.md [new file with mode: 0644]
docs/introduction/understanding-docker.md [new file with mode: 0644]
docs/misc/deprecated.md [new file with mode: 0644]
docs/misc/faq.md [new file with mode: 0644]
docs/misc/index.md [new file with mode: 0644]
docs/misc/release-notes.md [new file with mode: 0644]
docs/misc/search.md [new file with mode: 0644]
docs/project/advanced-contributing.md [new file with mode: 0644]
docs/project/coding-style.md [new file with mode: 0644]
docs/project/create-pr.md [new file with mode: 0644]
docs/project/doc-style.md [new file with mode: 0644]
docs/project/find-an-issue.md [new file with mode: 0644]
docs/project/get-help.md [new file with mode: 0644]
docs/project/images/box.png [new file with mode: 0644]
docs/project/images/branch-sig.png [new file with mode: 0644]
docs/project/images/checked.png [new file with mode: 0644]
docs/project/images/commits_expected.png [new file with mode: 0644]
docs/project/images/contributor-edit.png [new file with mode: 0644]
docs/project/images/copy_url.png [new file with mode: 0644]
docs/project/images/easy_issue.png [new file with mode: 0644]
docs/project/images/existing_issue.png [new file with mode: 0644]
docs/project/images/existing_issue.snagproj [new file with mode: 0644]
docs/project/images/fixes_num.png [new file with mode: 0644]
docs/project/images/fork_docker.png [new file with mode: 0644]
docs/project/images/fresh_container.png [new file with mode: 0644]
docs/project/images/git_bash.png [new file with mode: 0644]
docs/project/images/give_try.png [new file with mode: 0644]
docs/project/images/gordon.jpeg [new file with mode: 0644]
docs/project/images/in_room.png [new file with mode: 0644]
docs/project/images/include_gcc.png [new file with mode: 0644]
docs/project/images/irc_after_login.png [new file with mode: 0644]
docs/project/images/irc_chat.png [new file with mode: 0644]
docs/project/images/irc_connect.png [new file with mode: 0644]
docs/project/images/irc_login.png [new file with mode: 0644]
docs/project/images/issue_list.png [new file with mode: 0644]
docs/project/images/latest_commits.png [new file with mode: 0644]
docs/project/images/list_example.png [new file with mode: 0644]
docs/project/images/locate_branch.png [new file with mode: 0644]
docs/project/images/path_variable.png [new file with mode: 0644]
docs/project/images/proposal.png [new file with mode: 0644]
docs/project/images/proposal.snagproj [new file with mode: 0644]
docs/project/images/pull_request_made.png [new file with mode: 0644]
docs/project/images/red_notice.png [new file with mode: 0644]
docs/project/images/register_email.png [new file with mode: 0644]
docs/project/images/register_nic.png [new file with mode: 0644]
docs/project/images/three_running.png [new file with mode: 0644]
docs/project/images/three_terms.png [new file with mode: 0644]
docs/project/images/to_from_pr.png [new file with mode: 0644]
docs/project/images/windows-env-vars.png [new file with mode: 0644]
docs/project/images/windows-mingw.png [new file with mode: 0644]
docs/project/make-a-contribution.md [new file with mode: 0644]
docs/project/review-pr.md [new file with mode: 0644]
docs/project/set-up-dev-env.md [new file with mode: 0644]
docs/project/set-up-git.md [new file with mode: 0644]
docs/project/software-req-win.md [new file with mode: 0644]
docs/project/software-required.md [new file with mode: 0644]
docs/project/test-and-docs.md [new file with mode: 0644]
docs/project/who-written-for.md [new file with mode: 0644]
docs/project/work-issue.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.0.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.1.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.10.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.11.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.12.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.13.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.2.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.3.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.4.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.5.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.6.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.7.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.8.md [new file with mode: 0644]
docs/reference/api/docker_remote_api_v1.9.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/registry_api.md [new file with mode: 0644]
docs/reference/api/registry_api_client_libraries.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/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/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/version.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/logging/fluentd.md [new file with mode: 0644]
docs/reference/logging/index.md [new file with mode: 0644]
docs/reference/logging/journald.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/trust/content_trust.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_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/terms/container.md [new file with mode: 0644]
docs/terms/filesystem.md [new file with mode: 0644]
docs/terms/image.md [new file with mode: 0644]
docs/terms/images/docker-filesystems-busyboxrw.png [new file with mode: 0644]
docs/terms/images/docker-filesystems-debian.png [new file with mode: 0644]
docs/terms/images/docker-filesystems-debianrw.png [new file with mode: 0644]
docs/terms/images/docker-filesystems-generic.png [new file with mode: 0644]
docs/terms/images/docker-filesystems-multilayer.png [new file with mode: 0644]
docs/terms/images/docker-filesystems-multiroot.png [new file with mode: 0644]
docs/terms/images/docker-filesystems.svg [new file with mode: 0644]
docs/terms/layer.md [new file with mode: 0644]
docs/terms/registry.md [new file with mode: 0644]
docs/terms/repository.md [new file with mode: 0644]
docs/touch-up.sh [new file with mode: 0755]
docs/userguide/dockerhub.md [new file with mode: 0644]
docs/userguide/dockerimages.md [new file with mode: 0644]
docs/userguide/dockerizing.md [new file with mode: 0644]
docs/userguide/dockerlinks.md [new file with mode: 0644]
docs/userguide/dockerrepos.md [new file with mode: 0644]
docs/userguide/dockervolumes.md [new file with mode: 0644]
docs/userguide/image_management.md [new file with mode: 0644]
docs/userguide/index.md [new file with mode: 0644]
docs/userguide/labels-custom-metadata.md [new file with mode: 0644]
docs/userguide/level1.md [new file with mode: 0644]
docs/userguide/level2.md [new file with mode: 0644]
docs/userguide/login-web.png [new file with mode: 0644]
docs/userguide/register-web.png [new file with mode: 0644]
docs/userguide/search.png [new file with mode: 0644]
docs/userguide/usingdocker.md [new file with mode: 0644]
docs/userguide/webapp1.png [new file with mode: 0644]
experimental/README.md [new file with mode: 0644]
experimental/compose_swarm_networking.md [new file with mode: 0644]
experimental/networking.md [new file with mode: 0644]
experimental/networking_api.md [new file with mode: 0644]
experimental/plugins_network.md [new file with mode: 0644]
graph/export.go [new file with mode: 0644]
graph/fixtures/validate_manifest/bad_manifest [new file with mode: 0644]
graph/fixtures/validate_manifest/extra_data_manifest [new file with mode: 0644]
graph/fixtures/validate_manifest/good_manifest [new file with mode: 0644]
graph/fixtures/validate_manifest/no_signature_manifest [new file with mode: 0644]
graph/graph.go [new file with mode: 0644]
graph/graph_test.go [new file with mode: 0644]
graph/graph_unix.go [new file with mode: 0644]
graph/graph_windows.go [new file with mode: 0644]
graph/history.go [new file with mode: 0644]
graph/import.go [new file with mode: 0644]
graph/list.go [new file with mode: 0644]
graph/load.go [new file with mode: 0644]
graph/load_unsupported.go [new file with mode: 0644]
graph/mutex.go [new file with mode: 0644]
graph/pools_test.go [new file with mode: 0644]
graph/pull.go [new file with mode: 0644]
graph/pull_v1.go [new file with mode: 0644]
graph/pull_v2.go [new file with mode: 0644]
graph/pull_v2_test.go [new file with mode: 0644]
graph/push.go [new file with mode: 0644]
graph/push_v1.go [new file with mode: 0644]
graph/push_v2.go [new file with mode: 0644]
graph/registry.go [new file with mode: 0644]
graph/service.go [new file with mode: 0644]
graph/tags.go [new file with mode: 0644]
graph/tags/tags.go [new file with mode: 0644]
graph/tags/tags_unit_test.go [new file with mode: 0644]
graph/tags_unit_test.go [new file with mode: 0644]
hack/.vendor-helpers.sh [new file with mode: 0755]
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.spec [new file with mode: 0644]
hack/make/.dockerinit [new file with mode: 0644]
hack/make/.dockerinit-gccgo [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-httpserver [new file with mode: 0644]
hack/make/.go-autogen [new file with mode: 0644]
hack/make/.go-compile-test-dir [new file with mode: 0755]
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/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/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-docker-py [new file with mode: 0644]
hack/make/test-integration-cli [new file with mode: 0644]
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/validate-dco [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-vet [new file with mode: 0644]
hack/release.sh [new file with mode: 0755]
hack/vendor.sh [new file with mode: 0755]
image/fixtures/post1.9/expected_computed_id [new file with mode: 0644]
image/fixtures/post1.9/expected_config [new file with mode: 0644]
image/fixtures/post1.9/layer_id [new file with mode: 0644]
image/fixtures/post1.9/parent_id [new file with mode: 0644]
image/fixtures/post1.9/v1compatibility [new file with mode: 0644]
image/fixtures/pre1.9/expected_computed_id [new file with mode: 0644]
image/fixtures/pre1.9/expected_config [new file with mode: 0644]
image/fixtures/pre1.9/layer_id [new file with mode: 0644]
image/fixtures/pre1.9/parent_id [new file with mode: 0644]
image/fixtures/pre1.9/v1compatibility [new file with mode: 0644]
image/image.go [new file with mode: 0644]
image/image_test.go [new file with mode: 0644]
image/spec/v1.md [new file with mode: 0644]
integration-cli/check_test.go [new file with mode: 0644]
integration-cli/docker_api_attach_test.go [new file with mode: 0644]
integration-cli/docker_api_containers_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_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_service_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_version_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_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_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_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_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_logs_test.go [new file with mode: 0644]
integration-cli/docker_cli_nat_test.go [new file with mode: 0644]
integration-cli/docker_cli_network_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_port_unix_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_test.go [new file with mode: 0644]
integration-cli/docker_cli_push_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_service_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_v2_only.go [new file with mode: 0644]
integration-cli/docker_cli_version_test.go [new file with mode: 0644]
integration-cli/docker_cli_wait_test.go [new file with mode: 0644]
integration-cli/docker_test_vars.go [new file with mode: 0644]
integration-cli/docker_test_vars_cli.go [new file with mode: 0644]
integration-cli/docker_test_vars_daemon.go [new file with mode: 0644]
integration-cli/docker_utils.go [new file with mode: 0644]
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/notary/localhost.cert [new file with mode: 0644]
integration-cli/fixtures/notary/localhost.key [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_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]
links/links.go [new file with mode: 0644]
links/links_test.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/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-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-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-version.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]
opts/envfile.go [new file with mode: 0644]
opts/envfile_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/ulimit.go [new file with mode: 0644]
opts/ulimit_test.go [new file with mode: 0644]
pkg/README.md [new file with mode: 0644]
pkg/ansiescape/split.go [new file with mode: 0644]
pkg/ansiescape/split_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_test.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/wrap.go [new file with mode: 0644]
pkg/archive/wrap_test.go [new file with mode: 0644]
pkg/broadcastwriter/broadcastwriter.go [new file with mode: 0644]
pkg/broadcastwriter/broadcastwriter_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_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/attach_loopback.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_linux.go [new file with mode: 0644]
pkg/directory/directory_test.go [new file with mode: 0644]
pkg/directory/directory_windows.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/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/mimetype.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/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/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/jsonmessage/jsonmessage.go [new file with mode: 0644]
pkg/jsonmessage/jsonmessage_test.go [new file with mode: 0644]
pkg/listenbuffer/README.md [new file with mode: 0644]
pkg/listenbuffer/buffer.go [new file with mode: 0644]
pkg/listenbuffer/listen_buffer_test.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_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/sharedsubtree_linux.go [new file with mode: 0644]
pkg/mount/sharedsubtree_linux_test.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/nat/nat.go [new file with mode: 0644]
pkg/nat/nat_test.go [new file with mode: 0644]
pkg/nat/sort.go [new file with mode: 0644]
pkg/nat/sort_test.go [new file with mode: 0644]
pkg/parsers/filters/parse.go [new file with mode: 0644]
pkg/parsers/filters/parse_test.go [new file with mode: 0644]
pkg/parsers/kernel/kernel.go [new file with mode: 0644]
pkg/parsers/kernel/kernel_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_linux.go [new file with mode: 0644]
pkg/parsers/operatingsystem/operatingsystem_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/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/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/pools/pools.go [new file with mode: 0644]
pkg/pools/pools_test.go [new file with mode: 0644]
pkg/progressreader/progressreader.go [new file with mode: 0644]
pkg/progressreader/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_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/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/sockets/README.md [new file with mode: 0644]
pkg/sockets/tcp_socket.go [new file with mode: 0644]
pkg/sockets/unix_socket.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_test.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_linux.go [new file with mode: 0644]
pkg/sysinfo/sysinfo_linux_test.go [new file with mode: 0644]
pkg/sysinfo/sysinfo_windows.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_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_linux_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/stat.go [new file with mode: 0644]
pkg/system/stat_linux.go [new file with mode: 0644]
pkg/system/stat_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/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_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/systemd/booted.go [new file with mode: 0644]
pkg/systemd/listendfd.go [new file with mode: 0644]
pkg/systemd/sd_notify.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/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/winconsole/console_windows.go [new file with mode: 0644]
pkg/term/winconsole/console_windows_test.go [new file with mode: 0644]
pkg/term/winconsole/term_emulator.go [new file with mode: 0644]
pkg/term/winconsole/term_emulator_test.go [new file with mode: 0644]
pkg/timeoutconn/timeoutconn.go [new file with mode: 0644]
pkg/timeoutconn/timeoutconn_test.go [new file with mode: 0644]
pkg/timeutils/json.go [new file with mode: 0644]
pkg/timeutils/json_test.go [new file with mode: 0644]
pkg/timeutils/utils.go [new file with mode: 0644]
pkg/timeutils/utils_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/ulimit/ulimit.go [new file with mode: 0644]
pkg/ulimit/ulimit_test.go [new file with mode: 0644]
pkg/units/duration.go [new file with mode: 0644]
pkg/units/duration_test.go [new file with mode: 0644]
pkg/units/size.go [new file with mode: 0644]
pkg/units/size_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]
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/PACKAGERS.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/REVIEWING.md [new file with mode: 0644]
project/TOOLS.md [new file with mode: 0644]
registry/auth.go [new file with mode: 0644]
registry/auth_test.go [new file with mode: 0644]
registry/authchallenge.go [new file with mode: 0644]
registry/config.go [new file with mode: 0644]
registry/config_test.go [new file with mode: 0644]
registry/endpoint.go [new file with mode: 0644]
registry/endpoint_test.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/token.go [new file with mode: 0644]
registry/types.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/exec.go [new file with mode: 0644]
runconfig/exec_test.go [new file with mode: 0644]
runconfig/fixtures/container_config_1_14.json [new file with mode: 0644]
runconfig/fixtures/container_config_1_17.json [new file with mode: 0644]
runconfig/fixtures/container_config_1_19.json [new file with mode: 0644]
runconfig/fixtures/container_hostconfig_1_14.json [new file with mode: 0644]
runconfig/fixtures/container_hostconfig_1_19.json [new file with mode: 0644]
runconfig/fixtures/valid.env [new file with mode: 0644]
runconfig/fixtures/valid.label [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/merge.go [new file with mode: 0644]
runconfig/merge_test.go [new file with mode: 0644]
runconfig/parse.go [new file with mode: 0644]
runconfig/parse_experimental.go [new file with mode: 0644]
runconfig/parse_stub.go [new file with mode: 0644]
runconfig/parse_test.go [new file with mode: 0644]
runconfig/parse_unix.go [new file with mode: 0644]
runconfig/parse_windows.go [new file with mode: 0644]
utils/experimental.go [new file with mode: 0644]
utils/git.go [new file with mode: 0644]
utils/git_test.go [new file with mode: 0644]
utils/stubs.go [new file with mode: 0644]
utils/utils.go [new file with mode: 0644]
utils/utils_test.go [new file with mode: 0644]
volume/drivers/adapter.go [new file with mode: 0644]
volume/drivers/api.go [new file with mode: 0644]
volume/drivers/extpoint.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/volume.go [new file with mode: 0644]