vellum icon indicating copy to clipboard operation
vellum copied to clipboard

Running Vellum in a Docker container

Open 79it opened this issue 4 years ago • 2 comments

Hello, I'm trying to set up Vellum with the Windows BDS in a Linux container using Wine.

I'm struggling to get Vellum started and I'm wondering if the behaviour of it shutting down after writing config might be responsible. What is the minimum config required to allow Vellum to start and run straight away?

I'm able to start up both BDS and also Element Zero's modified BDS but not Vellum.

Thanks, Chris

79it avatar Nov 20 '20 21:11 79it

What is the minimum config required to allow Vellum to start and run straight away?

The required values that have to be set in order to start vellum are documented here and marked with (!). Could you attach your Dockerfile? If you haven't found a solution already, I will try to reproduce this and find a solution. I would be interested in containerizing vellum as well.

clvrk avatar Dec 08 '20 12:12 clvrk

I have just created a dockerfile and compose file to run Vellum in a docker container.

https://github.com/LastSandwich/vellum-docker https://hub.docker.com/r/lastsandwich/minecraft-vellum-linux

LastSandwich avatar Mar 13 '21 10:03 LastSandwich