Skip to content
David Liu edited this page Apr 18, 2022 · 8 revisions

Debug

docker run --rm --security-opt label=disabled -v /run/podman/podman.sock:/var/run/docker.sock busybox echo it works

common options

--rm automatically clean up the container and remove the file system when the container exits

  • Default is false
Clone this wiki locally