mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
How to open qemu console in headless image? #574
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @recsater on GitHub (Mar 15, 2024).
after docker run
container stopped.
container started.
and.. how can I access the qemu console? It seems that the VNC password gets reset upon exiting the qemu console.
@recsater commented on GitHub (Mar 15, 2024):
Ah, I meant to kill the container, not exit the qemu console.
But even if the container is killed, how do I return to the qemu console?
@recsater commented on GitHub (Mar 15, 2024):
I tried
docker exec -i <contianer name> qemu-system-x86_64 -monitor stdioBut
@recsater commented on GitHub (Mar 15, 2024):
Solved 👍
@sickcodes commented on GitHub (Apr 8, 2024):
Awesome, you can also do
docker start -aiwhich attaches to the container upon starting it