I am creating a shell script to deploy a container, and found in some docker files this definition of ENV: ${HOME:-/home}
. I want to know what is the name of this kind of definition and where can I find more information about this kind of method.
Asked
Active
Viewed 32 times
1
-
13.5.3 Shell Parameter Expansion – glenn jackman Jan 24 '23 at 13:09
-
Parameter expansion, does this help ? – Marius_Couet Jan 24 '23 at 13:10
-
Thank you very much to: @glennjackman – Walddys E. Dorrejo Céspedes Jan 24 '23 at 13:38
-
Thank you very much to: @Marius_Couet – Walddys E. Dorrejo Céspedes Jan 24 '23 at 13:38