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
I am using the DockerContainer example and I would like to add the above arguments to this:
from testcontainers.core.container import DockerContainer
from testcontainers.core.waiting_utils import wait_for_logs
with DockerContainer("hello-world") as container:
delay = wait_for_logs(container, "Hello Podman World")
Runtime environment
I am using OpenShift DevSpaces with podman and kubedock.
What are you trying to do?
How can I specify argument such as
--privileged
or--user
when starting a container?Where are you trying to do it?
I am trying to run a container with these options:
I am using the DockerContainer example and I would like to add the above arguments to this:
Runtime environment
I am using OpenShift DevSpaces with podman and kubedock.
The text was updated successfully, but these errors were encountered: