Added info about user to subgid

This commit is contained in:
Alexey Odinokov
2020-06-15 08:15:14 +00:00
parent 4646bca230
commit 80b3f4e00a

View File

@@ -202,6 +202,7 @@ $(MYDOCKERBIN)/docker:
apt -y update && apt -y upgrade
apt-get install -y uidmap
echo "root:100000:65536" >> /etc/subuid
echo "root:100000:65536" >> /etc/subgid
curl -fsSL https://raw.githubusercontent.com/docker/docker-install/3d1b8a8/rootless-install.sh | SKIP_IPTABLES=1 FORCE_ROOTLESS_INSTALL=1 sh
.PHONY: test-unit-kustomize-api