Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
This appears to be just how docker does things. Even when installing using their official documentation (found here) I’m getting a similar amount of processes running for docker.
As for why I’m having a hard time finding why. In generally with the DO One-clicks, there is very little modification to the base setup. In this case it’s just installing docker for you.
Since I can’t exactly find out why it spawns so many processes, I’m not entirely sure how to reduce those. As for the running out of memory, have you ensured the containers you are running to not require more memory?
I was running a few containers in my test setup and didn’t really reach my memory limits. So it may be the specific containers you are running that require larger amounts of memory. MySQL, WordPress, Joomla and other Content Management systems can have a rather heavy footprint for memory out of the box. Even without traffic they can sometimes crash a system just due to the resources they require on their own.