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

Closed
opened 2025-12-29 06:21:20 +01:00 by adam · 2 comments
Owner

Originally created by @CrotchBurnt on GitHub (Nov 30, 2023).

Originally created by @CrotchBurnt on GitHub (Nov 30, 2023).
adam closed this issue 2025-12-29 06:21:20 +01:00
Author
Owner

@cbongard90 commented on GitHub (Dec 1, 2023):

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
@cbongard90 commented on GitHub (Dec 1, 2023): You can try the solution below: [Link to issue](https://github.com/sickcodes/Docker-OSX/issues/500#issuecomment-1429066474) 1. `docker export `your image as `xxx.tar` 2. `docker load` your `xxx.tar` 3. `docker run` with updated resources allocation
Author
Owner

@CrotchBurnt commented on GitHub (Dec 4, 2023):

See in discussions #199

@CrotchBurnt commented on GitHub (Dec 4, 2023): See in discussions [#199](https://github.com/sickcodes/Docker-OSX/discussions/199)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX-sickcodes#556