I want to use the command "docker inspect <container name> and just return the IP address .
the Linux command to to this is "docker inspect <container name | grep IPAddress "
what is the windows way to do this ?
thanks !!
LinuxShell ScriptingPowershellDockerSQL