Code Monkey home page Code Monkey logo

acserver-docker's Introduction

Assetto Corsa Server Docker image

About

Docker image for installing Assetto Corsa server with Steam CLI - user credentials are provided with build phase After AC Server installation, ACServerManager is installed to provide web GUI for server management. It is also possible to provide additional content by mounting content directory as volume.

Requirements

  • Docker

Build Image

  1. Replace build-args with credentials:

    • [STEAM_USER] - steam user with Assetto Corsa available in library
    • [STEAM_PASS] - password for that steam account
    • [STEAM_CODE] - token generated in steam mobile app

    docker build --build-arg STEAM_USER=[STEAM_USER] --build-arg STEAM_PASS=[STEAM_PASSWORD] --build-arg STEAM_CODE=[STEAM_CODE] -t acserver .

  2. Run command and wait for build to finish

Install

  1. Create content directory and copy all additional content that should be available on server into it
  2. Replace command env params with server settings:
    • [USER] - user name for ac manager console admin
    • [PASS] - password for ac manager console admin
    • [PORT] - port on which server management console will be available
    • [CONTENT] - path to content directory with additional tracks and cars
  3. Run docker run command docker run --rm -p [PORT]:[PORT] -e ACM_USER=[USER] -e ACM_PASS=[PASS] -e ACM_PORT=[PORT] -v [CONTENT]:/tmp/content

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.