2022-02-26 14:37:26 -03:00
|
|
|
# Varmheim
|
|
|
|
|
#### Valheim in Arm!
|
2021-10-13 17:12:46 -03:00
|
|
|
|
2022-02-26 14:37:26 -03:00
|
|
|
Experimental Docker file to run a Valheim server in aarch64
|
2022-01-09 18:07:41 -03:00
|
|
|
|
2022-02-26 14:37:26 -03:00
|
|
|
It was tested on ubuntu 20.04 aarch64 running in Oracle Cloud Always Free Tier
|
2021-09-19 14:07:43 -03:00
|
|
|
|
2022-02-26 14:37:26 -03:00
|
|
|
valheim.Dockerfile is based on the stardard repositories of box86 and box64.
|
2021-09-19 14:04:50 -03:00
|
|
|
|
2022-02-26 14:37:26 -03:00
|
|
|
## Compiled image:
|
|
|
|
|
You can find in the docker hub the image to run directly: https://hub.docker.com/repository/docker/nosklo/varmheim
|
2021-10-23 09:01:10 -03:00
|
|
|
|
2022-02-26 14:37:26 -03:00
|
|
|
## Requeriments:
|
|
|
|
|
Install oracle cloud always free tier VM.Standard.A1.Flex instance
|
|
|
|
|
Install docker and docker-composer
|
2021-09-28 06:32:41 -03:00
|
|
|
|
2022-02-26 14:37:26 -03:00
|
|
|
run it:
|
2021-09-19 14:04:50 -03:00
|
|
|
|
2022-02-26 14:37:26 -03:00
|
|
|
$ docker-compose up -d --no-build
|
2021-09-28 06:32:41 -03:00
|
|
|
|
2022-02-26 14:37:26 -03:00
|
|
|
you can use environment variables to change the defaults:
|
2021-09-28 06:32:41 -03:00
|
|
|
|
2022-02-26 14:37:26 -03:00
|
|
|
PUBLIC=0 # 0 private / 1 public
|
|
|
|
|
PORT=2456 # The port that you want valheim server to listen
|
|
|
|
|
NAME="Docker Valheim" # Your amazing name of your server.
|
|
|
|
|
WORLD=Docker # Your unique name of your world.
|
|
|
|
|
SAVEDIR=/vhsave # Where to save your data.
|
|
|
|
|
PASSWORD=nopassword
|
2021-09-28 06:32:41 -03:00
|
|
|
|
2021-09-19 14:04:50 -03:00
|
|
|
|
2022-02-26 14:37:26 -03:00
|
|
|
## Thanks to those projects for making it possible:
|
2021-09-19 14:04:50 -03:00
|
|
|
- [box86](https://github.com/ptitSeb/box86)
|
|
|
|
|
- [box64](https://github.com/ptitSeb/box64)
|
2022-01-04 08:34:45 -03:00
|
|
|
- [docker](docker.com)
|