buildkite-plugins / docker-buildkite-plugin

🐳📦 Run any build step in a Docker container
MIT License
113 stars 106 forks source link

Support --userns #141

Closed elruwen closed 5 years ago

elruwen commented 5 years ago

User namespaces (https://docs.docker.com/engine/security/userns-remap/) are a useful security tool. Sometimes you need fine grain control over them and you want to choose a different one than the default one. This change enables that.

lox commented 5 years ago

Looks super legit! Sorry for the slow reply!