docker - How do I make a comment in a Dockerfile? -


i writing dockerfile , want know if there way make comments in file? docker have comment option takes rest of line , ignores it?

you can use # comment line.

# on line comment 

Comments

Popular posts from this blog

python - Setting ctypes.Structure default values -

Ansible - ERROR! the field 'hosts' is required but was not set -

java - HTTP Status 500 - No data type for node: org.hibernate.hql.internal.ast.tree.IdentNode -