Why Nostr? What is Njump?
2025-03-08 16:53:00

schnittchen 🏳️‍🌈​ :neocat_flag_gay: :neocat_flag_polyam: on Nostr: docker images come in two flavours: 1) Everything in the container runs as root, yolo ...

docker images come in two flavours:

1) Everything in the container runs as root, yolo

2) Running as root (inside the container) is insecure! We create a user and propery user USER

To improve security for (1), use docker in rootless mode.

Now when using rootless mode and running a (2) container with a volume mounted from filesystem, you run into permission issues. Using `--user=root` MIGHT fix this.

#docker
Author Public Key
npub1yewa8f58tkk5xhjw954llhf5srsha38896jtvl5jendpkjhkuw2s4trp4t