PYROS_DOCKER_RUN.bat 318 Bytes
start /B "" docker exec pyros python3 pyros.py start webserver > ..\..\LOG_PYROS_webserver.log &

start /B "" docker exec pyros bash -c "cd simulators/plc/ ; ./plcSimulator.py" > ..\..\LOG_PYROS_plc_simulator.log &

start /B "" docker exec pyros python3 pyros.py start agentM > ..\..\LOG_PYROS_agent_monitoring.log &