Noob question: Clone a docker image and edit

Hi,

I have a very noob question: I created a Dockerfile and a private repository and uploaded it to Docker cloud. I then delete that Dockerfile and the folder containing my codes. But I still can run it using docker run command (and it downloads from the server and run). Now I want to know is there anyway I can clone that image back to some folder and edit dockerfile and codes and so on ? Because its a “too” noob question, I couldn’t find anything from the web!

see

two different solutions presented there

1 Like