Skip to content

volkodava/docker-carla-vnc-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

VNC/SSH Carla server inside a docker container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published