mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-07 16:44:10 +01:00
a script to run docker-compose.yml using podman
examples | ||
.gitignore | ||
LICENSE | ||
podman-compose.py | ||
README.md |
PodMan-Compose
A script to run docker-compose.yml
using podman,
doing necessary mapping to make it work rootless.
NOTE
it's still underdevelopment and does not work yet.
Mappings
1podfw
- create all containers in one pod (inter-container communication is done vialocalhost
), doing port mapping in that pod1pod
- create all containers in one pod, doing port mapping in each containeridentity
- no mappinghost
- use host network, and inter-container communication is done via host gateway and published ports