Skip to content

Commit

Permalink
Adding initial docker support
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodrigv authored Apr 16, 2021
1 parent 8e3f4fb commit 0507757
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ KSP mod to display hullcam cameras views on different GUI inside or outside the
* Mod: Inside the mod folder there is a settings.cfg file with the endpoint and port.
* Execute the OfCourseIStillLoveYou.Server.exe first, then OfCourseIStillLoveYou.DesktopClient.exe and finally start KSP

## Running the server as a Docker Container
* Pull de image *docker pull jrodrigv/ofcourseistillloveyou:server_v1.0*
* Create a new container - example overriding endpoint to listen everything and from port 5000: *docker run -d -p 192.168.0.14:5000:5000 ofcourseistillloveyou.server:v1.0 --port 5000 --endpoint 0.0.0.0*

## Mod usage

Take a look to this video tutorial :)
Take a look to this video tutorial :) (TBD)

0 comments on commit 0507757

Please sign in to comment.