jlesage / docker-jdownloader-2

Docker container for JDownloader 2
MIT License
808 stars 71 forks source link

Shell for ip information #97

Closed annualstatement closed 2 years ago

annualstatement commented 2 years ago

Hi,

I'm trying to find out what the IP is within shell, but I can't seem to get it. I Tried using ifconfig and curl ifconfig.io but doesn't work. I'm trying to verify if it's going through binhex delugevpn container. Thanks in advance.

jlesage commented 2 years ago

Why it doesn't work? Running this on the host should display the assigned IP from the container point-of-view:

docker exec <container name> ifconfig
annualstatement commented 2 years ago

Thanks, that worked.