Sign inSign up

grimsi/accserver

By grimsi

•Updated over 7 years ago

Ubuntu image with wine ready to run a Assetto Corsa Competizione server

Image
1

100K+

grimsi/accserver repository overview

⁠Assetto Corsa Competizione Server Container (that's a pretty long title right there)

Docker container ready to run a Assetto Corsa competizione server instance. It is based on Ubuntu (unfortunatly I could not get it to work with Alpine) and has Wine-Development installed to run the accServer.exe.

This container is used for every instance managed by my ACC Server Manager⁠.

⁠Usage

To run the ACC Server in a container you need to have the server downloaded on the same machine (I cant put it directly in the container since the server is copyrighted by Kunos).

Start the container with the following command:

docker run --name accServer -v <path to ACC server folder>:/opt/server -p <server port>:<server port>/tcp -p <server port>:<server port>/udp grimsi/accserver:latest

That's it! Your server should be now up and running. You can even create more instances and run them at the same time by copying the folder with the accServer.exe and changing the config options (you have to change the ports and remember to pass the new ports to the container when youre starting it).

Tag summary

Content type

Image

Digest

Size

297.9 MB

Last updated

over 7 years ago

docker pull grimsi/accserver