containers / containers/podman-py
`security_opt` does not support option `seccomp=unconfined`
Open
bug
- Dominant language
- Python
- Stars
- 381
- Forks
- 140
- Avg merge
- 5h 30m
- Merged PRs (30d)
- 1
Description
When creating a container using the library I am not allowed to pass the `seccomp=unconfined` security option. We receive the following error: `creating container storage: Bad label option "seccomp=unconfined", valid options 'disable' or 'user, role, level, type, filetype' followed by ':' and a value)`.
Is this something that can be fixed in this library or is more an issue for the `podman` repo?
Note that `podman compose` creates the container with the `seccomp=unconfined` security option without issues.
Contributor guide
Assessment
This issue has not been assessed yet.