mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
70367b2cf3
This also changes the functionality of the default exec in to just be an existing func that is called than handles the implementation to exec a user user's process inside the container. This implements this functionallity in nsinit but is a base for how we will be handling these types of features inside docker. Signed-off-by: Michael Crosby <michael@docker.com>