Service Virtualization

 View Only

Tech Tips: Starting the Broker with Docker Containers 

Aug 28, 2017 12:12 PM

The Broker is suppose to start with the Registry Container, but is not.

 

Running this command will start the Broker:

 

docker run -d --name broker -v /logs/broker:/root/lisatmp_10.1.0 --net="host" -p 1508:1508 -p 2009:2009 devtest/registry-broker-base /opt/devtest/bin/Broker

 

It will have to be modified to fit your environment as to where you write out the log files and what version of DevTest being run.

 

This is supposed to be fixed in a later release.

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Sep 05, 2017 01:18 PM

Just being consistent like the other start commands when specifying the embedded web server of the component.  

 

Port 1508 is the embedded web server port of the Broker.  

Sep 05, 2017 05:03 AM

Hello Marcy,

 

For DevTest and service virtualization, what is the purpose of the port 1508 ? It is mandatory to expose it ? 

I think I have made test without expose this port and it was ok, but I'm not sure.

 

Best regards,

 

benoit

Related Entries and Links

No Related Resource entered.