When launching a Docker container from the terminal, I can add switches to limit CPU & Memory like this: docker run **_--cpus=1 --memory=2g_** -it container Is there a way to do this with the containers that launch in the browser?