moby--moby/contrib
Samuel Andaya 736bf3f7e6 Update mkimage-arch.sh
mktemp creates a root directory ("/") with permissions set to 700. Default should be 755 so other users in the container can access its subdirs (e.g http user for nginx for /srv/http/test/index.html).

Docker-DCO-1.1-Signed-off-by: Samuel Andaya <samuel@andaya.net> (github: sandaya)
2014-02-03 21:26:47 -05:00
..
completion Update bash completion to ignore stderr output of docker binary 2014-01-20 01:26:01 -07:00
desktop-integration
docker-device-tool
host-integration Fix a few miscellaneous typos (Unkown -> Unknown, Recieve -> Receive) 2014-01-07 22:15:53 -07:00
init contrib: systemd: make socket-activation Restart=always 2014-01-29 17:42:32 -08:00
syntax
udev
vagrant-docker
zfs
MAINTAINERS
README
crashTest.go
mkimage-arch-pacman.conf mkimage-arch: provide and use own pacman.conf 2014-01-21 14:22:56 +01:00
mkimage-arch.sh Update mkimage-arch.sh 2014-02-03 21:26:47 -05:00
mkimage-busybox.sh This should make all bash-scripts run on pretty much any posix-system (with bash installed ofc...) 2014-01-22 02:21:56 +01:00
mkimage-crux.sh Added script for building Base Docker CRUX images 2014-01-23 13:53:19 +10:00
mkimage-debootstrap.sh Merge pull request #3588 from tianon/debootstrap-tweaks 2014-01-29 08:42:14 -08:00
mkimage-rinse.sh Added new mkimage-yum.sh script to create CentOS base images 2014-01-23 07:09:44 -05:00
mkimage-unittest.sh This should make all bash-scripts run on pretty much any posix-system (with bash installed ofc...) 2014-01-22 02:21:56 +01:00
mkimage-yum.sh fix shebang in mkimage-yum.sh 2014-01-23 12:01:24 -05:00
mkseccomp.pl added capabilities needed by new sysinit 2014-01-14 19:27:31 +01:00
mkseccomp.sample added capabilities needed by new sysinit 2014-01-14 19:27:31 +01:00
prepare-commit-msg.hook move the contributing hook into hack, and use curl in the same way as the gofmt above 2014-01-22 21:31:42 +10:00

README

The `contrib` directory contains scripts, images, and other helpful things
which are not part of the core docker distribution. Please note that they
could be out of date, since they do not receive the same attention as the
rest of the repository.