microsoft/Docker-PowerShell

New-ContainerImage missing option to specify network for build process

artisticcheese opened this issue · 1 comments

Output of ipmo Docker; (module Docker).Version.ToString() (from a powershell process):

0.1.0.111

Steps to reproduce the issue:

  1. New-ContainerImage cmdlet does not allow to specify network which will be used during build process which is allowed with with "docker build" directly (moby/moby#27702) with --network parameter

This module as dead so closing issue