Fix Docker low bench-marking issue
Use systemctl to start docker to fix.
sudo service docker stop
#And start it with systemctl
sudo systemctl start docker
#To start Docker at boot
sudo systemctl enable docker
src:
https://stackoverflow.com/questions/35225037/docker-on-ubuntu-cant-saturate-cpu