diff options
| author | Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> | 2020-05-11 22:12:50 +0900 |
|---|---|---|
| committer | Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> | 2020-05-15 08:46:36 +0900 |
| commit | c696b952693fa6174068e2bd26459a206308c95f (patch) | |
| tree | 9a75589d3af5913a5b56b0f1f07bbc020015c7d9 /hack/make/binary-daemon | |
| parent | 5da88705ccccc5681c20826985f582c01f0f481a (diff) | |
| download | docker-c696b952693fa6174068e2bd26459a206308c95f.tar.gz | |
add dockerd-rootless-setuptool.sh
Usage: `dockerd-rootless-setuptool.sh install --force` .
See `--help` for further information.
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Diffstat (limited to 'hack/make/binary-daemon')
| -rw-r--r-- | hack/make/binary-daemon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/make/binary-daemon b/hack/make/binary-daemon index 3836efd836..6498b8e3d6 100644 --- a/hack/make/binary-daemon +++ b/hack/make/binary-daemon @@ -14,7 +14,7 @@ copy_binaries() { return fi echo "Copying nested executables into $dir" - for file in containerd containerd-shim containerd-shim-runc-v2 ctr runc docker-init docker-proxy rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh; do + for file in containerd containerd-shim containerd-shim-runc-v2 ctr runc docker-init docker-proxy rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh dockerd-rootless-setuptool.sh; do cp -f "$(command -v "$file")" "$dir/" if [ "$hash" = "hash" ]; then hash_files "$dir/$file" |
