-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I notice that this is formatting all of the
"docker run -v"
commands as $(PWD):/data
however in an SELinux enforcing environment docker needs
docker run -v $(PWD):/data:Z
I realize this is probably used mostly in cloud contexts and mostly on ubuntu, but I suspect you have some fans in HPC/edge for whom this is probably a show stopper.
Any idea how much a :Z addition breaks the normal usage, or at the very least, where I can find the -v flag to change it for my deployment?
thanks,
Aubrey
Metadata
Metadata
Assignees
Labels
No labels