Description
Is your feature request related to a problem? Please describe.
Wilfred only allows servers to be created and run on the same host as the interface itself is installed on.
Describe the solution you'd like
Using a custom Docker host, Wilfred should be able to create and manage containers that are running on a separate host. The problem is that Wilfred needs to have some sort of access to the actual filesystem outside of the containers as well. Perhaps this could be done using just pure SSH?
Describe alternatives you've considered
This could also be accomplished by using a daemon-and-master configuration. I do not think that would be a good idea though, as it's too far away from the main purpose of Wilfred (a simple CLI for managing game servers).
Additional context
No.