For testing purpose I'm tring with NGINX web server: 1. docker run -d --net isolated_nw -p 80:80 --name nginx nginx docker exec -ti nginx bash 2. root at formica-VirtualBox:/home/lprunella# docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 60ec8fc5fda8 nginx "nginx -g 'daemon off" 5 minutes ago Up 5 minutes 130.206.119.28:80->80/tcp, 443/tcp docker-host-2/nginx 3. root at formica-VirtualBox:/home/lprunella# docker --config ~/.docker network inspect isolated_nw [ { "Name": "isolated_nw", "Id": "f8331ba01492e170824be19397b2827462e2ada7351d5fbfe2642ebdd1b53282", "Scope": "local", "Driver": "bridge", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": {}, "Config": [ { "Subnet": "172.19.0.0/16", "Gateway": "172.19.0.1/16" } ] }, "Internal": false, "Containers": { "60ec8fc5fda8eb3ae5de81d9e455081ad3e3bb75d82e8e28dec1683c12ece745": { "Name": "nginx", "EndpointID": "19442fed21c24ed2a920fa5bf6ba817482584b477c7a5a43bc8bf39feccb9a94", "MacAddress": "02:42:ac:13:00:02", "IPv4Address": "172.19.0.2/16", "IPv6Address": "" } }, "Options": {}, "Labels": {} } ] But when from browser I attempt to connect to the web server at 130.206.119.28:80 I have no response. I have also checked with 8000:80. Thank you Best regards cid:image001.png at 01D1EDAF.8BF11F70 NICOLA PRUNELLA Software Engineer M.: +39 335 7174081 <mailto:nicola.prunella at terasrl.it> nicola.prunella at terasrl.it <https://www.linkedin.com/company/tera-srl> cid:image002.jpg at 01D1EDAF.8BF11F70 <https://twitter.com/terasrl/> cid:image003.jpg at 01D1EDAF.8BF11F70 <https://www.facebook.com/terasrl/?ref=settings> cid:image004.jpg at 01D1EDAF.8BF11F70 <https://www.youtube.com/channel/UCEL7okanxt_JFt3YJUrV6cg> cid:image005.jpg at 01D1EDAF.8BF11F70 cid:image002.jpg at 01D1EDAF.8BF11F70 <https://twitter.com/lprunella> cid:image006.jpg at 01D1EDAF.8BF11F70cid:image004.jpg at 01D1EDAF.8BF11F70 <skype:> cid:image007.jpg at 01D1EDAF.8BF11F70 TERA SRL Via Cesare Balbo 19/D, 70014, Conversano (BA), Italy P.: +39 080 2147775 <http://www.terasrl.it> www.terasrl.it <mailto:info at terasrl.it> info at terasrl.it -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.fiware.org/private/fiware-lab-help/attachments/20160920/b13a9756/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 4234 bytes Desc: not available URL: <https://lists.fiware.org/private/fiware-lab-help/attachments/20160920/b13a9756/attachment.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 823 bytes Desc: not available URL: <https://lists.fiware.org/private/fiware-lab-help/attachments/20160920/b13a9756/attachment.jpg> -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.jpg Type: image/jpeg Size: 774 bytes Desc: not available URL: <https://lists.fiware.org/private/fiware-lab-help/attachments/20160920/b13a9756/attachment-0001.jpg> -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.jpg Type: image/jpeg Size: 803 bytes Desc: not available URL: <https://lists.fiware.org/private/fiware-lab-help/attachments/20160920/b13a9756/attachment-0002.jpg> -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.jpg Type: image/jpeg Size: 830 bytes Desc: not available URL: <https://lists.fiware.org/private/fiware-lab-help/attachments/20160920/b13a9756/attachment-0003.jpg> -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.jpg Type: image/jpeg Size: 774 bytes Desc: not available URL: <https://lists.fiware.org/private/fiware-lab-help/attachments/20160920/b13a9756/attachment-0004.jpg> -------------- next part -------------- A non-text attachment was scrubbed... Name: image007.jpg Type: image/jpeg Size: 774 bytes Desc: not available URL: <https://lists.fiware.org/private/fiware-lab-help/attachments/20160920/b13a9756/attachment-0005.jpg>
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy