I ran a docker run
on a docker image with a long convoluted command syntax that I have since forgotton and lost. Is there any way to derive the syntax that ran a container given the container ID?
I know docker inspect
can give you information about the container but I was hoping the docker run
syntax would be saved somewhere.