Adam Melkus adam
  • Joined on 2025-12-28
adam commented on issue starred/Docker-OSX#12 2025-12-28 23:20:57 +01:00
Running the same container afterwards

@gameliee commented on GitHub (Jun 10, 2020):

I have the same problem as @igaurab. Here's the log

$ docker start 70766a2c9a69
70766a2c9a69

$ docker ps --all --filter "ancestor=sickco…
adam commented on issue starred/Docker-OSX#11 2025-12-28 23:20:57 +01:00
How can I adjust the container size following a successful build?

@sickcodes commented on GitHub (Feb 25, 2021):

For anyone else trying to do this, I couldn't get it working with gparted, but I was able to do it this way:

  1. Resize the .img on the…
adam commented on issue starred/Docker-OSX#10 2025-12-28 23:20:57 +01:00
Define display memory (VRAM)

@antoineraulin commented on GitHub (Jun 5, 2020):

I'm having trouble getting clover to work, whether I'm using the clover from the Mojave folder or the Catalina folder (knowing that I upgraded…

adam commented on issue starred/Docker-OSX#11 2025-12-28 23:20:56 +01:00
How can I adjust the container size following a successful build?

@ZackaryNisbet commented on GitHub (Jun 6, 2020):

Just finished installing Xcode in my docker container with 50GB+. Thanks so much.

adam commented on issue starred/Docker-OSX#10 2025-12-28 23:20:56 +01:00
Define display memory (VRAM)

@antoineraulin commented on GitHub (Jun 5, 2020):

It seems to be related to the "Accelerated Graphics" paragraph of the file you're talking about, the document only mentions the Clover bootloader…

adam commented on issue starred/Docker-OSX#12 2025-12-28 23:20:56 +01:00
Running the same container afterwards

@sickcodes commented on GitHub (Jun 6, 2020):

Please check the readme for new instructions including how to launch the old machine

adam commented on issue starred/Docker-OSX#11 2025-12-28 23:20:56 +01:00
How can I adjust the container size following a successful build?

@mikob commented on GitHub (Feb 25, 2021):

For anyone else trying to do this, I couldn't get it working with gparted, but I was able to do it this way:

  1. Resize the .img on the host (not sure…
adam commented on issue starred/Docker-OSX#10 2025-12-28 23:20:56 +01:00
Define display memory (VRAM)

@sickcodes commented on GitHub (Jun 5, 2020):

You can use the clover boot loader actually it’s in directory /home/arch/OSX-KVM

docker run --privileged v /tmp/.X11-unix:/tmp/.X11-unix -it…

adam commented on issue starred/Docker-OSX#11 2025-12-28 23:20:55 +01:00
How can I adjust the container size following a successful build?

@Fr0stykiller commented on GitHub (Jun 5, 2020):

I had the same issue with using --build-arg. Still, Dockerfile looks ok, so you can just change the VERSION and SIZE in Dockerfile itself…

adam commented on issue starred/Docker-OSX#11 2025-12-28 23:20:55 +01:00
How can I adjust the container size following a successful build?

@sickcodes commented on GitHub (Jun 5, 2020):

You can pull the .img out of the /var/lib/docker/.... location and play around with the sizes with gparted or something.

https://softwarebakery.com…

adam commented on issue starred/Docker-OSX#11 2025-12-28 23:20:55 +01:00
How can I adjust the container size following a successful build?

@ZackaryNisbet commented on GitHub (Jun 5, 2020):

Should I change the default to 60GB?

Yes please. Everyone who builds this will need more than the 32GB to update to Catalina anyways. 60GB…

adam commented on issue starred/Docker-OSX#10 2025-12-28 23:20:55 +01:00
Define display memory (VRAM)

@sickcodes commented on GitHub (Jun 5, 2020):

Some notes here: 037a3edc8d/notes.md

If you can figure it out, write the…

adam commented on issue starred/Docker-OSX#11 2025-12-28 23:20:55 +01:00
How can I adjust the container size following a successful build?

@sickcodes commented on GitHub (Jun 5, 2020):

You can change the build args to download Catalina instead of Mojave.

adam commented on issue starred/Docker-OSX#12 2025-12-28 23:20:55 +01:00
Running the same container afterwards

@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

docker start $(docker…
adam opened issue starred/Docker-OSX#10 2025-12-28 23:20:54 +01:00
Define display memory (VRAM)
adam closed issue starred/Docker-OSX#12 2025-12-28 23:20:54 +01:00
Running the same container afterwards
adam closed issue starred/Docker-OSX#11 2025-12-28 23:20:54 +01:00
How can I adjust the container size following a successful build?
adam closed issue starred/Docker-OSX#10 2025-12-28 23:20:54 +01:00
Define display memory (VRAM)
adam commented on issue starred/Docker-OSX#12 2025-12-28 23:20:54 +01:00
Running the same container afterwards

@sickcodes commented on GitHub (Jun 5, 2020):

Try the docker start command

adam commented on issue starred/Docker-OSX#12 2025-12-28 23:20:54 +01:00
Running the same container afterwards

@igaurab commented on GitHub (Jun 5, 2020):

Hi I tried docker start container-id and it did nothing? Just prints the container id and nothing