Avatar of NAMEWITHELD12
NAMEWITHELD12
Flag for United States of America

asked on 

How can I grep a Dockerfile in windows for the container IP ?

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

Avatar of undefined
Last Comment
MURUGESAN N

8/22/2022 - Mon