Mark Ide

Results 39 comments of Mark Ide

FWIW, the `--auto` flag is just part of the workflow proposed in #47. When using `aws-google-auth`, it will try to use the SAML cache first, and if invalid will prompt...

That's interesting. `saml_cache.xml` should have some contents. I wonder why that's not getting written. That's likely the issue. Otherwise, you're mostly correct - if everything works, you'll be able to...

Interesting; thanks for the info. I'll take a look when I get a chance.

Hi @ivanvermeyen -- Those IDs (UserID & GroupID) are set at build-time, and not at runtime. That means that even if I use environment variables, in the final image the...

Doing a `chmod 777` is [generally advised against](https://pimylifeup.com/chmod-777/), as it grants all users/processes access to those files. It can be pretty dangerous in some circumstances _(I do understand this is...

- Oh that's very clever. They're modifying the user at runtime to specify a UID/GID. That's doable. https://github.com/itzg/docker-minecraft-server/blob/190e401452f592add4bf3b24bba3267ecc624c79/start#L12-L37 - This one is just provisioning the user/group at runtime, which is...

Questions: 1. What version of Minecraft are you running that puts the different dimensions in different folders? 2. How does this impact the resulting render? With the current configuration, the...

I feel like this isn't something best suited to run inside the container produced from this image. Is there a way we could start the running the container in a...