Skip to content

[Feature]: How to make container-use start a --privileged container #319

@marcindulak

Description

@marcindulak

What feature would you like?

I have a container that needs --privileged and other flags, like --device /dev/fuse when started.
Is there a workaround to achieve this?

container-use config base-image set image-privileged

With docker, the container would be started like this:

docker run --privileged --device /dev/fuse -it --rm image-privileged bash

Why would this be useful?

To support a use of container-use to run containers that require special, elevated capabilities.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions