Skip to content

Limit Docker container permissions - #730

Merged
boyter merged 1 commit into
boyter:masterfrom
ReactorScram:patch-2
Jul 8, 2026
Merged

Limit Docker container permissions#730
boyter merged 1 commit into
boyter:masterfrom
ReactorScram:patch-2

Conversation

@ReactorScram

Copy link
Copy Markdown
Contributor

Use :ro on the volume and --network none so the container can't write to disk or make any network requests. Users can turn this off if they need something advanced, but it works for me for default invocations.

Use `:ro` on the volume and `--network none` so the container can't write to disk or make any network requests. Users can turn this off if they need something advanced, but it works for me for default invocations.
@pr-insights pr-insights Bot added L/complexity Low complexity S/size Small change labels Jul 7, 2026
@boyter

boyter commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Nice. Approved.

@boyter
boyter merged commit 727f051 into boyter:master Jul 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

L/complexity Low complexity S/size Small change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants