Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
runsc install need support podman #3053
Comments
Nope, this is just a convenience because Docker is a common path. I think this feature sounds good. |
Should docker not be written in the dependency list? |
|
I'm not sure I understand the question: docker is not a dependency. You can use runsc by itself via "runsc do" or via the manual podman configuration. The install happens only if an existing /etc/docker/daemon.json is present: https://github.com/google/gvisor/blob/master/runsc/debian/postinst.sh#L21 |
|
Those are the requirements for installing from source. There is a note just above the requirements: "For the purposes of these instructions, bazel and other build dependencies are wrapped in a build container." |



Description
runsc installis able to edit/etc/docker/daemon.jsonto enable Docker to replace runc with runsc.Would be great if podman supports this feature.
Is this feature related to a specific bug?
No. By the way, does gVisor depend on Docker just for the reason that Docker uses runsc as its runtime?
Do you have a specific solution in mind?
To replace the runtime of podman, just add
runtime = "/path/to/runsc"to/etc/containers/libpod.conf