fixuid icon indicating copy to clipboard operation
fixuid copied to clipboard

Go binary to change Docker container user/group and file permissions at runtime

Results 5 fixuid issues
Sort by recently updated
recently updated
newest added

I'm trying to a extend [this](https://github.com/ConSol/docker-headless-vnc-container/blob/master/Dockerfile.debian-xfce-vnc) docker image that has a `ENTRYPOINT` and `CMD`: ```dockerfile USER 1000 ENTRYPOINT ["/dockerstartup/vnc_startup.sh"] CMD ["--wait"] ``` I have tried a few different ways of...

I made [fixdockergid](https://github.com/felipecassiors/fixdockergid) to prove that https://github.com/boxboat/fixuid/issues/19 is a valid use case. However, it would be so cool to have this functionality in `fixuid` instead, so we would not have...

First off: thank you for writing and publishing `fixuid` — it solves a problem I've been having with development Docker containers for a while now! I've been trying to use...

Tests that an exec'd binary cannot call `seteuid(0)` or `setegid(0)`

Hi, I'm using fixuid for a project where data integrity is a higher priority than normal, and i use fixuid as a dependency. Please can you start publishing hashes for...