Skip to content

lightlike/docker-avorion

 
 

Repository files navigation

Avorion Docker Docker Stars Docker Pulls

Avorion dedicated server

Branch Version
stable/latest Version
beta Version

beta might not be accurate if the version number is the same as stable

Usage

Quickstart

docker run -d --name avorion -p 27000:27000 -p 27000:27000/udp -p 27003:27003/udp -p 27020:27020/udp -p 27021:27021/udp rfvgyhn/avorion

Volumes

  • /home/steam/.avorion/galaxies/avorion_galaxy mount for galaxy save and server configuration
  • /home/steam/.avorion/backups mount for backups
docker run -d --name avorion \
   -p 27000:27000 \
   -p 27000:27000/udp \
   -p 27003:27003/udp \
   -p 27020:27020/udp \
   -p 27021:27021/udp \
   -v /host/path/saves:/home/steam/.avorion/galaxies/avorion_galaxy \
   rfvgyhn/avorion

Note that the container runs as non-root user 1000:1000. Make sure your mounted volume(s) have the correct permissions. (When running Docker in rootless mode, the user is remapped to a different id, usually 100999:100999)

Configuration

Default settings will be generated and placed in the /home/steam/.avorion/galaxies/avorion_galaxy volume. To make changes, stop the container, modify the desired files and then restart the container.

If you enable RCON in settings.ini, make sure you also forward the port in docker (-p 27015:27015).

Docker Images

The latest and stable tag will follow the latest stable (non-beta) avorion server release.

The beta tag will follow the latest beta avorion server release.

You can specify a specific version using the available tags

About

Docker container for Avorion dedicated server

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 54.3%
  • Dockerfile 45.7%