Answers for "dockerfile comments"

0

dockerfile comment

# do some stuff
RUN apt-get update 
    # install some packages
    && apt-get install -y cron
Posted by: Guest on September-17-2021
0

dockerfile inline comments

# Use the # syntax for comments:

# My comment here
RUN echo 'we are running some cool things'
Posted by: Guest on November-29-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language