VNC/SSH Carla server inside a docker container.
-
Install docker on OS of your choice by following instructions at Run Docker anywhere
-
Register in
EpicGamesorganisationUnreal Engineby following instructions at Signup -
Checkout source code of
Unreal Engineinto the directory withDockerfileusing next command:
git clone --depth=1 -b 4.18 git@github.com: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
VNCusing next address:localhost:5900 - via
SSHusing next command (password:root):
- via
ssh root@localhost -p 2222- Stop docker image using next command:
make stopFor troubleshooting check /var/log inside a container.