First time here? Check out the FAQ!
![]() | 1 | initial version |
The problem is that
nova boot --image busybox --flavor m1.tiny --key-name osxkey busybox
basically runs the following
docker run busybox
and that will immediately exit since no tty and input will be associated with it. That is why you see
Cannot find any PID under container "31d9b2dced43413e4360a4b042c7bf74eaddb839b8f12657d535cfee90ef96e7"
Try some other images like mysql or sshd [1]. It should work then.
[1] https://registry.hub.docker.com/u/rastasheep/ubuntu-sshd/