Soy nuevo en Docker y estoy intentando que la imagen de mi servidor SQL se ejecute con una dirección IP predecible.
¿Este comando de PowerShell es solo para Windows Server?
PD>Get-ContainerNetwork
Cuando intento ejecutarlo, solo aparece el error clásico de 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
Respuesta1
Parece que está intentando ejecutar PowerShell obsoleto para Docker:
ESTE MÓDULO HA QUEDADO DESUSADO: tenga en cuenta que debido al bajo uso, este módulo ya no recibe mantenimiento activo. Se recomienda utilizar Docker cli (docker.exe) o probar Docker.DotNet directamente.