I am currently using:
docker-machine create --driver virtualbox --virtualbox-cpu-count 1 --virtualbox-memory "12288" default
but unfortunately when increasing the CPU count docker just seems to get slower. Are there any other alternatives?
Share and learn in the Docker community.
I am currently using:
docker-machine create --driver virtualbox --virtualbox-cpu-count 1 --virtualbox-memory "12288" default
but unfortunately when increasing the CPU count docker just seems to get slower. Are there any other alternatives?