VNC/SSH Carla server inside a docker container.
-
Install docker on OS of your choice by following instructions at Run Docker anywhere
-
Register in
EpicGames
organisationUnreal Engine
by following instructions at Signup -
Checkout source code of
Unreal Engine
into the directory withDockerfile
using next command:
git clone --depth=1 -b 4.18 [email protected]:EpicGames/UnrealEngine.git UnrealEngine_4.18
- Build docker image using next command:
make build
- Run docker image using next command:
make start
- Connect to docker image can be done:
- via
VNC
using next address:localhost:5900
- via
SSH
using next command (password:root
):
- via
ssh root@localhost -p 2222
- Stop docker image using next command:
make stop
For troubleshooting check /var/log
inside a container.