We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docker run -d --hostname my-rabbit -p 5672:5672 --name some-rabbit rabbitmq:alpine
docker run -d --hostname my-redis -p 6379:6379 --name some-redis redis:alpine
docker run -it --rm integrcity/orchestrator <host_rabbitmq> <config_file_path> <schedule_file_path>
docker run -it --rm integrcity/fmu_node <host_rabbitmq> <host_redis> <wrap_file_path>