Skip to content

Commit 2c441cc

Browse files
committed
Adding parameters proxmox-net-bridge and proxmox-net-tag, to permit select bridge and vlan to be used on network
1 parent c483c8a commit 2c441cc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ PVE_PASSWD="D0ck3rS3cr3t"
2222
PVE_POOL="docker-machine"
2323
PVE_STORAGE="zfs"
2424
PVE_STORAGE_TYPE="RAW"
25+
PVE_NET_BRIDGE="vmbr0"
26+
PVE_NET_TAG="200"
2527
PVE_IMAGE_FILE="isos:docker-machine-iso/rancheros-proxmoxve.iso"
2628
VM_NAME="proxmox-rancher"
2729

@@ -44,6 +46,9 @@ docker-machine --debug \
4446
--proxmox-pool $PVE_POOL \
4547
--proxmox-storage-type $PVE_STORAGE_TYPE \
4648
\
49+
--proxmox-net-bridge $PVE_NET_BRIDGE \
50+
--proxmox-net-tag $PVE_NET_TAG \
51+
\
4752
--proxmox-guest-username $GUEST_USERNAME \
4853
--proxmox-guest-password $GUEST_PASSWORD \
4954
\
@@ -108,4 +113,4 @@ Here is what I use (based on ZFS):
108113

109114
### Version 1
110115

111-
* Initial Version
116+
* Initial Version

0 commit comments

Comments
 (0)