mirror of
https://github.com/apple/container.git
synced 2026-07-13 13:07:06 +00:00
26aae3e241
This PR adds an option in `ContainerCreateOption` to override the root filesystem of container. When `ContainerCreateOption.rootFsOverride` is set, container uses that as the root fs instead of the one cloned from image snapshot. ## Type of Change - [ ] Bug fix - [X] New feature - [ ] Breaking change - [ ] Documentation update ## Motivation and Context [Why is this change needed?] ## Testing - [X] Tested locally - [ ] Added/updated tests - [ ] Added/updated docs