One of our X
employee has created an docker image. Currently i need to update the same image which was created by him. But unfortunately i couldn’t find the Dockerfile
for the image.
Is it possible to generate a dockerfile from an image?
One of our X
employee has created an docker image. Currently i need to update the same image which was created by him. But unfortunately i couldn’t find the Dockerfile
for the image.
Is it possible to generate a dockerfile from an image?
2
Answers
this answer is good from here
This worked for me from the answers
you need the image id – not the name
e.g
so the third column.
There is still work to do with it and it all depends how the docker image was created
You can try running this command:
And note at Dockerfile