Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker support for CLI project #629

Closed
wants to merge 4 commits into from
Closed

Docker support for CLI project #629

wants to merge 4 commits into from

Conversation

johannespartin
Copy link

@johannespartin johannespartin commented Sep 2, 2021

Uses the existing _core projects and compiles them into a Docker container exposing the MCGalaxy server through port 25565.

Use docker run -i -p 25565:25565 <image-id> to run the Docker image locally. The game will be exposed on 127.0.0.1:25565 and the console can be used interactively.

Johannes Partin and others added 2 commits September 2, 2021 12:28
…project. Run with "docker run -i -p 25565:25565 <image-id>" and connect to the server through ClassiCube.
@UnknownShadow200
Copy link
Collaborator

Unfortunately I'm a bit reluctant to merge, because .NET core is not officially supported

I've added a link to the dockerfile from the readme however

@johannespartin
Copy link
Author

Hi @UnknownShadow200, sure totally relatable. Once you decide to officially support .NET Core, feel free to get in contact with me.

I'm extensively using and testing the .NET Core version and have not discovered any unexpected behaviour yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants