add keystone user to docker

This commit is contained in:
2025-05-22 17:54:41 +01:00
parent 9ce024d479
commit bcc7645a8a

View File

@@ -146,6 +146,8 @@ apt-get update
apt_wait
apt-get -y install docker-ce docker-ce-cli containerd.io
apt_wait
# Add keystone user to the docker group
usermod -aG docker keystone
# end docker install
# Setup Unattended Security Upgrades