-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
# rfactor2-server-linux | ||
# rFactor2 Linux Server as Docker image | ||
|
||
This is docker container that bootstraps a rFactor 2 container on an ubuntu. | ||
|
||
## Building the image | ||
|
||
- Run any src/build_ script to initialize a server. | ||
|
||
## Running an image | ||
|
||
```Shell | ||
docker run -p 5900:5900 rf2-linux-server-lemans | ||
``` | ||
|
||
# Thoughts | ||
|
||
## "Why on earth did you use PowerShell ??" | ||
|
||
I originally wrote some scripts to create and manage rF2 server instance. So I took the shortest road to have the server image working. | ||
|
||
Second, I don't like bash. Its syntax is esoteric compared to powershell. | ||
|
||
Third, this project is a hobby. Take a deep breath and run docker build ;). |