macos icon indicating copy to clipboard operation
macos copied to clipboard

How do I boot from the VirtIO disk that I formatted and installed to on the second boot?

Open caseykelso opened this issue 1 year ago • 1 comments

Is your question not already answered in the FAQ?

  • [X] I made sure the question is not listed in the FAQ.

Is this a general question and not a technical issue?

  • [X] I am sure my question is not about a technical issue.

Question

I'm unable to run through the install process: docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/macos

I can then commit the container to an image, tag it, but then when I run the second time against my tagged image it launches into recovery again. I'm sure I'm missing something obvious, any help would be appreciated.

caseykelso avatar Sep 24 '24 18:09 caseykelso

This is a technical issue, not a question. I cant help without seeing your compose file, etc. In any case you dont commit to the container, you just specify a storage location (see the FAQ):

volumes:
  - /var/osx:/storage

kroese avatar Oct 12 '24 18:10 kroese