mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Running the same container afterwards #12
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 @igaurab on GitHub (Jun 5, 2020).
Hi, although I do not know how to work with docker, I managed to install it and was able to run and install my Mac os following the README and reading through the issues.
The problem now I am having is how do I get back my MacOs that I had installed. I tried running docker start of the previously created container, but it only prints out the container id, and if I try running the
docker run ****command which was prev used it creates a new instance of container. I think this is what was supposed to happen but, I am getting lost here.How do I re run my prev created container, i guess
Thanks
@sickcodes commented on GitHub (Jun 5, 2020):
Try the
docker startcommand@igaurab commented on GitHub (Jun 5, 2020):
Hi I tried
docker start container-idand it did nothing? Just prints the container id and nothing@sickcodes commented on GitHub (Jun 5, 2020):
The container is running, which means it might not be the right machine, or it didn't start correct.
Open all of them
and then close the ones you don't want
And then
docker psand save that namethen you can do docker start
@sickcodes commented on GitHub (Jun 6, 2020):
Please check the readme for new instructions including how to launch the old machine
@gameliee commented on GitHub (Jun 10, 2020):
I have the same problem as @igaurab. Here's the log
I couldn't figure out how to start the installed image. Helps would be appreciate, thanks.
@lucasfp13 commented on GitHub (Jun 16, 2020):
I am having the same problem of @ntd94 , if anyone knows how to fix this it would be great, thanks!
@RockJohnson503 commented on GitHub (Aug 7, 2020):
sudo chmod 666 /dev/kvm @ntd94 @lucasfjportela @igaurab