Docker-OSX icon indicating copy to clipboard operation
Docker-OSX copied to clipboard

Increase RAM of existing container

Open dmbr0 opened this issue 9 months ago • 0 comments

I am trying to increase the ram of an existing container. I have tried this from another post:

docker update --memoryswap=8g --memory=8g containerID

but it returns:

unknown flag: --memoryswap See 'docker update --help'.

does anyone know a way to do this?

dmbr0 avatar Apr 30 '24 20:04 dmbr0