Initial commit

This commit is contained in:
Marc Fokkert
2023-07-26 21:08:05 +02:00
commit dc66deb991
37 changed files with 1165 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# Instructions
Terraform cannot create a qnet network, so we do it manually and then import into Terraform.
```
./dockerx.bat network create -d qnet --ipam-driver=qnet --ipam-opt=iface=eth1 --subnet=192.168.2.0/24 --gateway=192.168.2.254 terraform-static-eth1-shared --opt=iface=eth1
```
```
terraform import docker_network.bridge 397392d6f21a3e2ff84fe5eda4165a77be1f19f92fa05f02d6c63dbf930471ff
```
# Upgrading
Current version: Terraform v0.12.20
+ provider.docker v2.6.0