You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently each ENV command sets one variable and results in one layer.
Due the limitation of AUFS to 48 layers, it would be very helpful to allow ENV to set multiple variables at once.
Maybe like an array ENV ["key1=value1", "key2"=value2"]