Files
pixel-streaming-webrtc/SFU/platform_scripts/bash/docker-start.sh
T
2023-05-19 01:56:43 +03:00

9 lines
301 B
Bash

#!/bin/bash
# Copyright Epic Games, Inc. All Rights Reserved.
# Start docker container by name using host networking
docker run --name sfu_latest --network host --rm mediasoup_sfu
# Interactive start example
#docker run --name sfu_latest --network host --rm -it --entrypoint /bin/bash mediasoup_sfu