mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
azure tests: make sure /etc/docker folder exists
Azure tests fail because we couldn't configure docker for IPv6 anymore. This happened because we weren't able to copy our configuration file to /etc/docker -- looks like the docker directory does not exist. Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
steps:
|
||||
- script: |
|
||||
echo '{ "ipv6": true, "fixed-cidr-v6": "2001:db8::/64" }' > docker-daemon.json
|
||||
sudo mkdir -p /etc/docker
|
||||
sudo cp docker-daemon.json /etc/docker/daemon.json
|
||||
sudo chown root:root /etc/docker/daemon.json
|
||||
sudo systemctl restart docker
|
||||
|
||||
Reference in New Issue
Block a user