Hi,
When I user more than 10 environment variables in docker file and pass them to the bash scripts as command line arguments it is messing the environment variables that are over 10.
But when I use less then 10 every thing is working as it is supposed to.
Is there a limitation on the number of ENV variables or is it a bug?
Docker version is 1.9.0
Host is CentOS 7.1
Hi,
When I user more than 10 environment variables in docker file and pass them to the bash scripts as command line arguments it is messing the environment variables that are over 10.
But when I use less then 10 every thing is working as it is supposed to.
Is there a limitation on the number of ENV variables or is it a bug?
Docker version is 1.9.0
Host is CentOS 7.1