-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed as not planned
Labels
feature requestA request for a new feature.A request for a new feature.
Description
Is there an existing feature request for this?
- I have searched the existing issues before opening this feature request.
Describe the feature you would like to see.
It would be super useful if it where possible to modify the arguments passed to Docker when creating a container. Currently I am running into an issue where the /tmp directory is being filled up by a program. I attempted to mount a directory on the host to /tmp but it was overwritten by the default tmpfs /tmp dir.
Describe the solution you'd like.
Somewhere in the wings config a template string or just trimmed down arguments list (from what is actually passed to docker) that can be modified to fit a users needs.
Additional context to this request.
There was also a time when I wanted to change the docker arguments to add the NET_RAW capability to a container but I end up finding a workaround for that.
Metadata
Metadata
Assignees
Labels
feature requestA request for a new feature.A request for a new feature.