4aa2876c75
Before: ```console $ docker-rootless-setuptool.sh install ... [INFO] Use CLI context "rootless" Current context is now "rootless" [INFO] Make sure the following environment variables are set (or add them to ~/.bashrc): export PATH=/usr/local/bin:$PATH Some applications may require the following environment variable too: export DOCKER_HOST=unix:///run/user/1001/docker.sock ``` After: ```console $ docker-rootless-setuptool.sh install ... [INFO] Using CLI context "rootless" Current context is now "rootless" [INFO] Make sure the following environment variable(s) are set (or add them to ~/.bashrc): export PATH=/usr/local/bin:$PATH [INFO] Some applications may require the following environment variable too: export DOCKER_HOST=unix:///run/user/1001/docker.sock ``` Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> |
||
---|---|---|
.. | ||
apparmor | ||
busybox | ||
docker-device-tool | ||
gitdm | ||
httpserver | ||
init | ||
nnp-test | ||
syntax | ||
syscall-test | ||
udev | ||
check-config.sh | ||
dockerd-rootless-setuptool.sh | ||
dockerd-rootless.sh | ||
dockerize-disk.sh | ||
download-frozen-image-v2.sh | ||
editorconfig | ||
mac-install-bundle.sh | ||
mkimage-alpine.sh | ||
mkimage-arch-pacman.conf | ||
mkimage-arch.sh | ||
mkimage-archarm-pacman.conf | ||
mkimage-crux.sh | ||
mkimage-pld.sh | ||
mkimage-yum.sh | ||
nuke-graph-directory.sh | ||
README.md |
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.