Nephalis
@Nephalis@discuss.tchncs.de
- Comment on Open Alpha Trailer | Splitgate 2 5 weeks ago:
Jup, I watched it without sound first. After reading your comment, I rewatched it with sound. I missed nothing the first time 😅 I hope when its time to heat the marketing machine for release there will be a much better choice…
- Comment on Open Alpha Trailer | Splitgate 2 5 weeks ago:
Yes, but they dropped it withing these two month because a publisher or at least investor offered money to build a more sophisticated version of their game. And here is the alpha it seems.
- Comment on Docker in LXC vs VM 1 month ago:
You could create a fresh container, install docker, and create a new template image from it. This way the overhead of installing disapears. The overhead in resource usage for each docker installation would remain the same as before.
As mentioned in another reply, you could run several container in one lxc. For example with docker compose or podman. Since I have no experience with podman but with docker compose, docker compose is pretty simple.
But all in all, I prefer to install everything “bare metal” in lxc containers. The main reason is, I don’t want to mess around with the extra layer of configurating ports etc.