Files
pixel-streaming-webrtc/SignallingWebServer/platform_scripts/bash/docker-start-cirrus-local.sh
T
2023-05-19 01:59:50 +03:00

9 lines
313 B
Bash

#!/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