Open iaalm opened 2 years ago
I'm not clear about what having a Docker container does for you. The Vassal server has one dependency---Java---no configuration, and a single command runs it. What problem is Docker making easier?
Thank you for your response! Mostly two reason:
I just think an "offical" image is much better than "third-party" one.
@uckelman any comments?
No comments. I haven't gotten back to this.
Just want to check whether you have plan to release a docker image for vassal server?
Many people like me don't have reliable connection to the main server. P2P connection is also poor because of multiple layers of NAT. Private server is really the best choice for us. There's little doc about private server but I managed to deploy one for myself. I think having a docker image would help to reduce the pain. I have done a PoC in my repo and released to docker hub. This can easily be controlled via
github action
. It required me to store my token in github as a secret, so I believe it better be set by someone "own" this repo.Any idea?