Update to kreuzwerker/docker:3.0.2 and the latest terraform

This commit is contained in:
Marc Fokkert
2023-07-27 12:56:20 +02:00
parent 4158cf6ebb
commit adbbb205e1
34 changed files with 2722 additions and 4096 deletions

View File

@@ -1,3 +1,7 @@
# Installation
Run `terraform init`
# Instructions
Terraform cannot create a qnet network, so we do it manually and then import into Terraform.
@@ -9,3 +13,9 @@ dockerx.bat network create -d qnet --ipam-driver=qnet --ipam-opt=iface=eth0 --su
```
terraform import docker_network.bridge f9cf6469837bece2c688b65787869af240fcffa95d9d5d3a71a0c4da119e5edc
```
## Run considerations
If updating remotely using wireguard, note that it is also run on docker.
So it will cause the tunnel to disconnect. Not sure how to handle this, yet.
Probably not run terraform apply locally and instead run it in a CI solution?