I hereby claim:
- I am davidkirwan on github.
- I am dkirwan (https://keybase.io/dkirwan) on keybase.
- I have a public key whose fingerprint is 914F D456 BCDE C2FB 1213 0127 A589 3AB6 474A C37D
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# - [1] From here: https://www.tutorialworks.com/podman-rootless-volumes/ | |
# - [2] https://github.com/factoriotools/factorio-docker | |
# To run this without root, we apparently need to do the following: [1] | |
# `podman unshare chown 845:845 /home/dkirwan/factorio` | |
# Then run the container with `--user 845`, to match what the container expects: see [2] | |
# And add the `:Z` to the volume to mark it as a private share | |
factorio_start () { | |
echo "Starting the factorio server" |