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.