-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
TBD
There are several ways to run Podman pods and containers:
- Podman
buildandruncommands- Already known from Docker
- Many single commands will lead into resources being bundled into a pod
- Podman Quadlets
- That is the new way of doing it as it is intended by the Podman team
- Compatible with systemd services to make live easier for operators
- Use
podman-composeproject- External project trying to be
docker-composecompatible while proving Podman pod handling - Lacks many features already provided by the
docker-compose
- External project trying to be
- Use
docker-composeproject
Tools that came along the road:
- Podlet: Create Quadlets ot of
compose.yamlfiles- Sadly this project lacks some features and can't be used with our
compose.yamlfile directly π -> Specificallypodletcan't use $-formatted environment variables - BUT: Maybe it's working if executing it this way:
- Sadly this project lacks some features and can't be used with our
podman compose --env-file "../configs/.env" config > podman_compose_config.yaml && kompose convert -f podman_compose_config.yaml && rm podman_compose_config.yaml
podman compose --env-file "../configs/.env" config > podman_compose_config.yaml && kompose convert -f podman_compose_config.yaml && rm podman_compose_config.yaml
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request