forked from extern/podman-compose
19 lines
580 B
Markdown
19 lines
580 B
Markdown
# PodMan-Compose
|
|
|
|
A script to run `docker-compose.yml` using [podman](https://podman.io/),
|
|
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 via `localhost`), doing port mapping in that pod
|
|
* `1pod` - create all containers in one pod, doing port mapping in each container
|
|
* `identity` - no mapping
|
|
* `host` - use host network, and inter-container communication is done via host gateway and published ports
|
|
|
|
## Examples
|
|
|