This commit is contained in:
C
2023-01-17 13:18:51 +05:00
parent 58443f889b
commit 236967e7d2
113 changed files with 14573 additions and 0 deletions
@@ -0,0 +1,8 @@
#!/bin/bash
# Copyright Epic Games, Inc. All Rights Reserved.
# Start docker container by name using host networking
docker run --name cirrus_latest --network host --rm cirrus-webserver
# Interactive start example
#docker run --name cirrus_latest --network host --rm -it --entrypoint /bin/bash cirrus-webserver