-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
closed by remote host #51
Comments
Take a look into "docker logs [container name]" options = |
Got very similar error the logs are:
|
Used the container ID instead of the container name. |
is there any update of this? |
Apparently, this error occurs when the container binding is not working. |
hi all, Finally, i change this container name syntax and works now ==> -e FILTERS={"name":["^/orig_container_name$"]} Just sharing and reminder to new comer. |
hi all, I've had same issue and got it to work with this regex: |
docker run -d -p 2222:22
-v /var/run/docker.sock:/var/run/docker.sock
-e FILTERS={"name":["^/ufoym/deepo:all-py36-jupyter$"]}
-e AUTH_MECHANISM=simpleAuth
-e AUTH_USER=gumush -e AUTH_PASSWORD=1234
jeroenpeeters/docker-ssh
i've got this messages in no auth and simple auth with user mode too.
Connection to localhost closed by remote host.
Connection to localhost closed.
The text was updated successfully, but these errors were encountered: