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.

Home Page:https://hub.docker.com/r/sickcodes/docker-osx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

CrotchBurnt opened this issue · comments

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

You can try the solution below:
Link to issue

  1. docker export your image as xxx.tar
  2. docker load your xxx.tar
  3. docker run with updated resources allocation

See in discussions #199