Pody
Pody is a container manager that adds a layer of abstraction on top of Docker. It uses server-client architecture to expose a RESTful API for managing containers.
Specifically:
- It restricts the user to only manage containers under the user's namespace.
- Limit avaliable images and their exposed ports to a predefined list.
- Easy resource management and monitoring.
Next
- If you are using the API, you can check the API documentation.
- If you want to deploy Pody, you can follow the Deployment guide.