Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 787 Bytes

File metadata and controls

26 lines (20 loc) · 787 Bytes

CubeWorld Docker Server

This docker setup installs CubeWorld server software cuwo.

Requirements

  • Valid picroma account
  • Docker and Docker Compose

Installation

Clone repository

git clone https://github.com/BeefBytes/docker-cubeworld.git

Start docker compose

docker-compose up -d

Attach to container

For initial launch you'll be asked for picroma account credentials to download the required files. In order to enter the credentials you'll have to attach to the running container.

docker attach cubeworld_server

After successful download of required files you can simply exit the process using CTRL+C. To start the server simply re-run docker-compose up -d in the directory with docker-compose.yml.