Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1 KB

README.md

File metadata and controls

40 lines (29 loc) · 1 KB

docker-carla-vnc-desktop

VNC/SSH Carla server inside a docker container.

Getting up and running

  1. Install docker on OS of your choice by following instructions at Run Docker anywhere

  2. Register in EpicGames organisation Unreal Engine by following instructions at Signup

  3. Checkout source code of Unreal Engine into the directory with Dockerfile using next command:

git clone --depth=1 -b 4.18 git@github.com:EpicGames/UnrealEngine.git UnrealEngine_4.18
  1. Build docker image using next command:
make build
  1. Run docker image using next command:
make start
  1. Connect to docker image can be done:
    • via VNC using next address: localhost:5900
    • via SSH using next command (password: root):
ssh root@localhost -p 2222
  1. Stop docker image using next command:
make stop

Issues

For troubleshooting check /var/log inside a container.