An open API service indexing awesome lists of open source software.

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

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
```