DEV Community

Discussion on: Running Vagrant on an M1 Apple Silicon using Docker

Collapse
 
leapedalea profile image
Lea H

Hey! This was awesome!
Any idea on how to solve a non responsive ssh connection? At first creation it works great, but when I do vagrant halt and then vagrant up it is unable to ssh reconnect, and vagrant ssh delivers nothing.

Collapse
 
taybenlor profile image
Ben Taylor

I'm not sure sorry! I'd guess that sshd is stopping, but I'm not sure why that would be. I found that if I took down this box it wouldn't come up, so I would just recreate it instead. This is not really a setup I would recommend, rather something I had to do to get an existing project to work!

Collapse
 
aldnav profile image
Aldrin Navarro

For me vagrant reload works.