Back to notes

Docker

1 min read

Debug inside docker image

Sometimes we have to check what's inside prepared docker image, but it might be hard debug it. Nothing far from that. Here is little solution. To explain:
sh
docker run --name podman1 --rm --entrypoint="" -it egel/podman:latest bash