Added info about user to subuid

This commit is contained in:
Alexey Odinokov
2020-06-15 08:10:32 +00:00
parent 57ca8fa321
commit 4646bca230

View File

@@ -201,6 +201,7 @@ $(MYDOCKERBIN)/docker:
cat /etc/os-release
apt -y update && apt -y upgrade
apt-get install -y uidmap
echo "root:100000:65536" >> /etc/subuid
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