Closed dominic-p closed 5 years ago
You can run with --debug
, to get some more logging output.
You do have ssh
, right ? Otherwise maybe try --native-ssh
Thanks for the quick response. I removed the old machine and tried again. This time I ran: podman-machine create box
from an elevated command prompt, and everything went fine!
I wasn't able to get --debug
or --native-ssh
to work with the create command (it said unrecognized flag), but it's working now, so I guess I just need to run it as admin in my case.
Thanks again for your help.
Those flags were for the main command:
podman-machine --debug create pod
Glad it worked out!
I ran into an error trying to setup this up on my Windows 10 1803 machine. I used the latest release 0.14. Below is the output from attempting to create a machine and connect to it. It sits at "Waiting for an IP..." for a while and then fails.
It popped up two VirtualBox UAC prompts the first time I ran the create command and I said yes to both.
After the box is created, I can see it in VirtualBox and connect to the console. Here is a screenshot:
But, I can't connect or do anything with the box using podman-machine commands.
Thanks for taking a look.