Dockerfile and docker run

Hello

I was wondering if there was somewhere a doc comparing all the Dockerfile instructions and all the “docker run” qualifiers to see what was only possible in one way ?

Thanks for any hint

mm, no, there isn’t, though it would be an interesting documentation PR to make.

in broad terms, a docker build is nothing more than a sequence of docker run lastimage cmd and docker commit

though the meta-data commands are a little more complicated to get in.

Should I open a github issue ?