dockur / macos

OSX (macOS) inside a Docker container.
MIT License
701 stars 57 forks source link

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

Open caseykelso opened 3 weeks ago

caseykelso commented 3 weeks ago

Is your question not already answered in the FAQ?

Is this a general question and not 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.

kroese commented 6 days ago

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