First of all, I'm not trying to change the memory allocated to a single container on Docker, I want to change the memory of the Docker app that's running on the computer. I can do this on my Mac from Preferences->Advanced->Memory. However I want to do this remotely via ssh on an Ubuntu 14.04 machine.
I'm fairly new to Docker, and as far as I've seen, there are ways to change the memory for a single container using the -m
or --memory
flag, but I believe they won't achieve what I'm trying to do. Any help or suggestion would be appreciated.