Introduction to runc
danishpraka.sh
Introduction to runc
1–10 of 32 posts
Re: Introduction to runc
#2Re: Introduction to runc
#3Useful for cgroups v2 too.
Re: Introduction to runc
#4Unfortunately on mobile the zoom is fixed (I can't zoom out, didn't know that was possible) and I can't see the left and right edges of the text.
javascript:document.querySelector('meta[name=viewport]').setAttribute('content','width=device-width,initial-scale=1.0,maximum-scale=10.0,user-scalable=1');
The real fix is of course to complain to the page author.Re: Introduction to runc
#5The point of this would be to take advantage of the Docker ecosystem for _scheduling_ particularly in developer environments. Specifically I'd like a "docker-compose for processes" that can run on any system and just handles scheduling multiple processes together but without requiring root access to modify init scripts or systemd services at the system level.
Re: Introduction to runc
#6In addition to runc, I'd like to point out an alternative OCI runtime implementation, crun ( https://github.com/containers/crun ). You can play with both either directly, or through Podman ( https://podman.io/ ) Useful for cgroups v2 too.
Re: Introduction to runc
#7Unfortunately on mobile the zoom is fixed (I can't zoom out, didn't know that was possible) and I can't see the left and right edges of the text.
Re: Introduction to runc
#8Re: Introduction to runc
#9Please downvote.
Re: Introduction to runc
#10In addition to runc, I'd like to point out an alternative OCI runtime implementation, crun ( https://github.com/containers/crun ). You can play with both either directly, or through Podman ( https://podman.io/ ) Useful for cgroups v2 too.