sickcodes / Docker-OSX

Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.
https://hub.docker.com/r/sickcodes/docker-osx
GNU General Public License v3.0
46.2k stars 2.47k forks source link

Is there a way to increase RAM and cores after container is created? #726

Closed CrotchBurnt closed 9 months ago

cbongard90 commented 10 months ago

You can try the solution below: Link to issue

  1. docker exportyour image as xxx.tar
  2. docker load your xxx.tar
  3. docker run with updated resources allocation
CrotchBurnt commented 9 months ago

See in discussions #199