Thought it might be a handy to have max memory limit and cpu shares for each container in the docker "edit" gui.
Its pretty common to have paremeters similar to below against every container ; (currently always in Extra Parameters:)
would be super cool to have a slider up to max memory for memory limit, and a low (2), normal (1024) and high (1024) priority radio button for cpu-shares?
https://docs.docker.com/config/containers/resource_constraints/
Note: cpu-shares is not cpu pinning