Initial commit
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal 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
|
||||
Reference in New Issue
Block a user