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?
Use the # syntax for comments
#
From: https://docs.docker.com/engine/reference/builder/#format
# My comment here RUN echo 'we are running some cool things'