We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c483c8a commit 2c441ccCopy full SHA for 2c441cc
README.md
@@ -22,6 +22,8 @@ PVE_PASSWD="D0ck3rS3cr3t"
22
PVE_POOL="docker-machine"
23
PVE_STORAGE="zfs"
24
PVE_STORAGE_TYPE="RAW"
25
+PVE_NET_BRIDGE="vmbr0"
26
+PVE_NET_TAG="200"
27
PVE_IMAGE_FILE="isos:docker-machine-iso/rancheros-proxmoxve.iso"
28
VM_NAME="proxmox-rancher"
29
@@ -44,6 +46,9 @@ docker-machine --debug \
44
46
--proxmox-pool $PVE_POOL \
45
47
--proxmox-storage-type $PVE_STORAGE_TYPE \
48
\
49
+ --proxmox-net-bridge $PVE_NET_BRIDGE \
50
+ --proxmox-net-tag $PVE_NET_TAG \
51
+ \
52
--proxmox-guest-username $GUEST_USERNAME \
53
--proxmox-guest-password $GUEST_PASSWORD \
54
@@ -108,4 +113,4 @@ Here is what I use (based on ZFS):
108
113
109
114
### Version 1
110
115
111
-* Initial Version
116
+* Initial Version
0 commit comments