Dedockify
Dedockify copied to clipboard
Reverse engineer Docker images into Dockerfiles.
the idea is good,but It didn't work in my case. this dockerfile : https://github.com/lukechilds/dockerpi/blob/master/Dockerfile has been reversed into this : root@Z390-AORUS-PRO:/home/ziomario/Scrivania/Virt/dockers/Dedockify# dedockify 42d67d5b94a9 FROM busybox:1.31 LABEL maintainer=Luke Childs ARG RPI_KERNEL_URL=https://github.com/dhruvvyas90/qemu-rpi-kernel/archive/afe411f2c9b04730bcc6b2168cdc9adca224227c.zip...
**Timestamp of command:** Adds an option, as an optional argument in the call to dedockfy.py to print the original date of the command. This makes it easier to visually find...
Hi, I used Dedockify in Docker without problems, but after I changed to podman, the code fails. I tried to run a rootful container with `podman run -v /var/run/podman:/var/run/docker.sock --rm...
I am running dedockify and I get the following error message: ``` Traceback (most recent call last): File "/app/dedockify.py", line 55, in __main__ = MainObj() File "/app/dedockify.py", line 15, in...
```py Traceback (most recent call last): File "/app/dedockify.py", line 55, in __main__ = MainObj() File "/app/dedockify.py", line 16, in __init__ self.hist = self.cli.history(self.img['RepoTags'][0]) TypeError: 'NoneType' object is not subscriptable ```...
The current code cannot work in the latest Docker environment, it will prompt 'Image not found. So I updated the code, hope it can give some help.