This is a image to run a server instance from AltV in a Docker Container. It is designed to run with a volume, so that resources, config- and logfiles are persistend and mounted to the server filesystem. The container starts without example ressources and configs.
The file "docker_compose.yml" creates the container and volume for you. Following command can be used to run the file:
docker-compose -f docker-compose.yml up
or with the short syntax
docker-compose up
The volume is structured like this:
Volume
|-> resources (place your resources here)
|-> resources-data (here you can place data generated by your resources)
|-> logs (logfiles)
\-> config (place your server.cfg here)
Normaly the mounted volume can be found under "/var/lib/docker/volumes/altv_data/_data/"