I exposed docker tcp port 2375 to the public.

When I type this URL: http://172.17.8.101:2375/
I've got this message in the browser: "*404 page not found*"

When I type this URLs, error 404: http://172.17.8.101:8080/, 
http://172.17.8.101:8081/

I start my Debian container with this command:

*    $ docker run --name lanti-debian --rm -i -t -v 
/home/core/share:/root/share -p 8080:80 -p 8081:22 lanti/debian bash*

In a new windows command line, I try to SSH in:

*    $ ssh [email protected] -p 8081*

Which I've got the following error message:

*    $ ssh: connect to host 172.17.8.101 port 8081: Connection refused*

If I try to use the following command, I've got the password prompt field, 
but this is probably wants to SSH in the CoreOS host:

*    $ ssh [email protected] -p 22*

My question is: How I can SSH into a Debian docker container under CoreOS 
from the Windows host? It would be very neat, if it's possible.

Thank You for your help!

István

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/b711feda-0f84-4cbb-a199-76f55c147671%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to