This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds basic support for Docker Machine
As Cuberite doesn't (yet) support dynamic reload of
settings.ini
, the machines that are available when Dockercraft is started are the only ones available...We mount the users
~/.docker/machine/machines
folder, iterate over it, find machines with an IP address and have a go at connecting to them. This is tested to work with Docker Machine 0.7.0Full usage is covered in the README but the TL;DR is
/worlds
to see available worlds and/portal <world>
to change worlds.This work has exposed a race between the when the proxy is ready to send events and when the Docker plugin is ready to receive them. Hopefully this will be improved by #42
Depends On #59
Closes #49