I am writing a Dockerfile. Is there a way to make comments in this file?
Does Docker have a comment option that takes the rest of a line and ignores it?
# this is comment this isn't comment
is the way to do it. You can place it anywhere in the line and anything that comes later will be ignored