SELinux security-opt
parameter is not showing upon inspect container
#343
Labels
help wanted
Extra attention is needed
Hi, I have notice when "security_opt" parameter is supply as run(), parameter is not not reflecting in container. Here are some information:
Details of run() command: run_command.txt
Detail of
HostConfig
frompodman inspect <container_name>
: HostConfig.jsonAlso I use the following code comments for available parameters as well as parameters to podman_config. I did print of the values and notice that the parameters did pass but somehow when I perform
inspect
to the containerSecurityOpt
is not set. Kindly do advise how can I get theSecurityOpt
set.REMARK: Just an extra information, when I run the container the cli or compose method, I do not face the same issue.
Thank you so much for the development of podman-py and l look into this issue. Looking forward for your advice.
The text was updated successfully, but these errors were encountered: