docker-carla-vnc-desktop
March 3, 2018 ยท View on GitHub
VNC/SSH Carla server inside a docker container.
Getting up and running
-
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 stop
Issues
For troubleshooting check /var/log inside a container.