You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.
It's only exposed on tcp6 (that I can see when issuing a netstat -an | grep -i listen). Also, if I do a curl http://[::1]:8888 for example, that curl returns the expected content. But not if I run http://127.0.0.1:8888 which should also answer.
Information
Full output of the diagnostics from "docker-diagnose" ran from one of the instance
A reproducible case if this is a bug, Dockerfiles FTW
Page URL if this is a docs issue or the name of a man page
Or I can try to delete the container (docker rm jetson_training) and re-creating it on the same port (8888 in this case) doesn't work. If however I use a new port (one docker wasn't bound to), that worked.
I rebooted the machine, didn't change anything. I also tried with another image. I'm running this on a Azure data science VM (DSVM) running ubuntu.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected behavior
Port exposed after relaunching a countainer
Actual behavior
It's only exposed on tcp6 (that I can see when issuing a netstat -an | grep -i listen). Also, if I do a curl http://[::1]:8888 for example, that curl returns the expected content. But not if I run http://127.0.0.1:8888 which should also answer.
Information
Steps to reproduce the behavior
Run following commands:
Or I can try to delete the container (docker rm jetson_training) and re-creating it on the same port (8888 in this case) doesn't work. If however I use a new port (one docker wasn't bound to), that worked.
I rebooted the machine, didn't change anything. I also tried with another image. I'm running this on a Azure data science VM (DSVM) running ubuntu.
The text was updated successfully, but these errors were encountered: