1
1
Fork 0
mirror of https://github.com/containers/udica synced 2024-06-22 18:59:03 +02:00
udica/udica
Lukas Vrabec b5fd92d03f
New feature: parameter "--container-engine"
Following commit adds new parameter for to specify which container
engine is used for inspecting container.

Example:
        # udica --container-engine podman -j my_container.json my_container
        ...

        # udica -e docker -j my_container.json my_container
        ...

In some situations udica fails to identify which engine is used,
therefore this parameter has to be used.

Commit includes also test for the feature.
2019-10-25 19:58:16 +02:00
..
ansible Deploy udica policies, using ansible 2019-06-12 13:25:37 +02:00
man/man8 New feature: parameter "--container-engine" 2019-10-25 19:58:16 +02:00
templates Improve permission set for log_container template 2019-09-18 21:46:05 +02:00
__init__.py allow running udica from git 2018-09-03 13:20:02 +02:00
__main__.py New feature: parameter "--container-engine" 2019-10-25 19:58:16 +02:00
parse.py New feature: parameter "--container-engine" 2019-10-25 19:58:16 +02:00
perms.py Make udica code compliant to the PEP-8 style. 2019-10-16 12:28:12 +02:00
policy.py Make udica code compliant to the PEP-8 style. 2019-10-16 12:28:12 +02:00