You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Config Vagrant to open ports and dirs for COP/Peer/SDKs
Have Vagrant forward the ports for peer/orderer/COP
SDK developements usually means running peer/orderer/COP
Docker containers running. This change makes it easier
for clients to interact with fabric components spun up
in an already configured vagrant environment.
Change-Id: Icbdfd4e0e6819c2d8877ea49f7380f8c31fb9d2f
Signed-off-by: tuand27613 <[email protected]>
Copy file name to clipboardexpand all lines: devenv/Vagrantfile
+4-3
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,10 @@ Vagrant.configure('2') do |config|
34
34
config.vm.box="hyperledger/fabric-baseimage"
35
35
config.vm.box_version=ENV['USE_LOCAL_BASEIMAGE'] ? "0": baseimage_release# Vagrant does not support versioning local images, the local version is always implicitly version 0
0 commit comments