docker-laravel icon indicating copy to clipboard operation
docker-laravel copied to clipboard

Cannot ssh into container

Open pbreah opened this issue 9 years ago • 2 comments

Followed your readme, but when I try to connect via ssh I get a timeout error after a minute of waiting.

I got the insecure key, got the IP address, but I cannot login via the ssh command. I'm using Mac OS.

Thanks,

pbreah avatar Oct 02 '15 22:10 pbreah

+1

oguzgelal avatar Dec 02 '15 19:12 oguzgelal

Are you using docker-machine? If so you need to ssh into that and then ssh into the container.

docker-machine ssh <machine name>

Then follow the instructions: https://github.com/mtmacdonald/docker-laravel#connecting-to-a-container-with-ssh

tplaner avatar Dec 18 '15 02:12 tplaner