**Output of `ipmo Docker; (module Docker).Version.ToString()` (from a powershell process):** ``` 0.1.0.111 ``` New-ContainerImage does not have an option to provide "build time" arguments. for example: > docker build -t container --build-arg https_proxy=http://proxy:3128 .\container Same goes for the Start-Container and all other cmdlets. To provide runtime environment variables or build time ones does not exist at the moment.
Output of
ipmo Docker; (module Docker).Version.ToString()(from a powershell process):New-ContainerImage does not have an option to provide "build time" arguments. for example:
Same goes for the Start-Container and all other cmdlets. To provide runtime environment variables or build time ones does not exist at the moment.