As the title reads, I\'m trying to assign more memory to my container. I\'m using an image from docker hub called \"aallam/tomcat-mysql\" in case that\'s relevant.
W
If you want to change the default container and you are using Virtualbox, you can do it via the commandline / CLI:
docker-machine stop VBoxManage modifyvm default --cpus 2 VBoxManage modifyvm default --memory 4096 docker-machine start