I’m wondering, is it possible to sepcify in general docker configuration every new container memory and cpus.
For example, I would like to ensure every new container, 2gb of memory. How can I achieve this?
I cannot find any information about changing default docker settings on linux in docker docs.
So thats why Im asking community.