qyvlik / docker-build-yairm210-unciv

Auto build https://github.com/yairm210/Unciv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-build-yairm210-unciv

Docker build https://github.com/yairm210/Unciv, see https://hub.docker.com/r/qyvlik/yairm210-unciv

Unciv is an open-source Android/Desktop remake of Civ V, run on jre and using OpenGL.

And now you can run Unciv in container !

Ubuntu 22.04

Host system is Ubuntu 22.04(Ubuntu jammy)

version: '3'

services:
  unciv:
    image: qyvlik/yairm210-unciv:4.11.1-jammy
    security_opt:
      - seccomp:unconfined # https://gist.github.com/nathabonfim59/b088db8752673e1e7acace8806390242 
    environment:
      - CUSTOM_USER=admin
      - PASSWORD=admin
    ports:
      - "3000:3000"
    volumes:
      - "$YOUR_GAME_DATA:/config"
docker compose up -d

Open http://admin:admin@127.0.0.1:3000. Enable Sound as follows:

environment

linuxserver/docker-baseimage-kasmvnc

Ref

  1. https://github.com/yairm210/Unciv
  2. https://github.com/linuxserver/docker-baseimage-kasmvnc

About

Auto build https://github.com/yairm210/Unciv

License:MIT License


Languages

Language:Dockerfile 100.0%