Messages
Topics
Lists
Groups
Marketplace
Jobs
Franz Bosco
4 years ago
Comments are the important parts of any programming language. Which is used to describe details about the application. In this tutorial you will learn about using comments in Dockerfile.
#general articles #comments #docker #dockerfile
Comments are the important parts of any programming language. Which is used to describe details about the application. In this tutorial you will learn about using comments in Dockerfile. The Docker treats each line as comment begin with hash (#) sign, unless the line is a valid directive. The # marker must be the first […]