You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
I have a container that I want to auto-generate the seccomp profile as your tutorial shows.
however the container does not run in standalone mode and is getting its information from other services.
so one way we can ran it outside k8s which is its native runtime execution is a mock using docker-compose.
Question is , how can I redirect the output and use 'scgen' when I'm from "docker-compose up" and not "docker run" ?
in other words , what is the equivalent to this command :
docker run --rm --security-opt seccomp=unconfined img1:scgen 2>&1 | scgen -verbose
when img1:scgen is just 1 out of 3 containers in Docker-compose ?
No description provided.
The text was updated successfully, but these errors were encountered: