docker-start-cirrus-local.sh 313 B

123456789
  1. #!/bin/bash
  2. # Copyright Epic Games, Inc. All Rights Reserved.
  3. # Start docker container by name using host networking
  4. docker run --name cirrus_latest --network host --rm cirrus-webserver
  5. # Interactive start example
  6. #docker run --name cirrus_latest --network host --rm -it --entrypoint /bin/bash cirrus-webserver