Replies: 3 comments 2 replies
-
Well no, since each podman command is independent, you would have to limit the user running podman. (Not something you probably want to do for root. Running containers under systemd unit files would allow you to further confine the containers within a slice. Theoretically if you wanted to use only podman --remote you could setup the podman-service to match the docker service. |
Beta Was this translation helpful? Give feedback.
-
I think the suggestion makes sense. The limit specified in the We only miss the possibility to override |
Beta Was this translation helpful? Give feedback.
-
I'm going to upvote this. It should be simple if we can make all users use the same chroup parent |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Any guide to limit systemwide podman total resources?
https://unix.stackexchange.com/questions/537645/how-to-limit-docker-total-resources
/etc/systemd/system/docker_limit.slice
/etc/docker/daemon.json
Beta Was this translation helpful? Give feedback.
All reactions