https://github.com/gabyx/container-nesting
Nesting containers with podman
https://github.com/gabyx/container-nesting
containerization docker linux podman user-namespaces virtualization
Last synced: about 2 months ago
JSON representation
Nesting containers with podman
- Host: GitHub
- URL: https://github.com/gabyx/container-nesting
- Owner: gabyx
- Created: 2024-03-19T12:21:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T14:38:05.000Z (about 2 years ago)
- Last Synced: 2025-03-13T20:15:04.668Z (over 1 year ago)
- Topics: containerization, docker, linux, podman, user-namespaces, virtualization
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nested Containers
The following is an explorative environment to test container nesting in Linux.
So far we only worked with `podman` because it provides better feature and
security.
## Podman Container Nesting
See [src/podman/README.md](src/podman/README.md) for further instructions.
To the run the recursion run:
```shell
just run custom root
```