18 lines
427 B
Markdown
18 lines
427 B
Markdown
# 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 d51a9a41a83d
|
|
```
|
|
|
|
# Upgrading
|
|
Current version: Terraform v0.12.20
|
|
+ provider.docker v2.6.0
|