mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-27 09:09:05 +01:00
update readme
This commit is contained in:
parent
3759b2ca28
commit
9ca0f65c6a
@ -12,7 +12,12 @@ it's still underdevelopment and does not work yet.
|
||||
* `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
|
||||
* `hostnet` - use host network, and inter-container communication is done via host gateway and published ports
|
||||
* `cntnet` - create a container and use it via `--network container:name` (inter-container communication via `localhost`)
|
||||
* `publishall` - publish all ports to host (using `-P`) and communicate via gateway
|
||||
|
||||
## Examples
|
||||
|
||||
```
|
||||
./podman-compose.py -t cntnet -f examples/awx/docker-compose.yml up
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user