soniya.rayabagi
Tue Feb 06 2024
square brackets [ ]
indicate that the entire expression within them is optional
example : FROM [--platform=<platform>] <image> [AS <name>]
here , you can choose whether or not to include the --platform=<platform>