Container method fails if no ports exposed (0.91 and 0.92) #750
Comments
I hack-patched this on Docker Hub. If you're seeing this crash, try this to fix your local Docker:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
because the network container crashes:
Using
--expose
causes an additionalssh
to be launched, avoiding this issue. This is why the usual tests didn't catch this.Work around this bug by adding an unused
--expose 60000
or whatever to your command.The text was updated successfully, but these errors were encountered: