Sou novo no docker e estou tentando fazer com que minha imagem do SQL Server seja executada em um endereço IP previsível.
Este comando do PowerShell é apenas para Windows Server?
PS>Get-ContainerNetwork
Quando tento executá-lo, recebo apenas o erro clássico do PowerShell:
Get-ContainerNetwork : The term 'Get-ContainerNetwork' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Get-ContainerNetwork
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-ContainerNetwork:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Responder1
Parece que você está tentando executar o PowerShell obsoleto para Docker:
ESTE MÓDULO FOI DEPRECADO - Observe que devido ao baixo uso, este módulo não está mais sendo mantido ativamente. Recomenda-se usar o Docker cli (docker.exe) ou tentar o Docker.DotNet diretamente.