mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-02 19:39:34 +01:00
Update readme. Replace podman-compose.py with podman-compose
This commit is contained in:
parent
b327f19e88
commit
ea166f1da3
@ -44,23 +44,23 @@ By using many containers on a single pod that shares the network (services talk
|
|||||||
via localhost):
|
via localhost):
|
||||||
|
|
||||||
```
|
```
|
||||||
./podman-compose.py -t 1podfw -f examples/awx3/docker-compose.yml up
|
podman-compose -t 1podfw -f examples/awx3/docker-compose.yml up
|
||||||
```
|
```
|
||||||
|
|
||||||
Or by reusing a container network and `--add-host`:
|
Or by reusing a container network and `--add-host`:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ./podman-compose.py -t cntnet -f examples/awx3/docker-compose.yml up
|
podman-compose -t cntnet -f examples/awx3/docker-compose.yml up
|
||||||
```
|
```
|
||||||
|
|
||||||
Or by using host network and localhost works as follows:
|
Or by using host network and localhost works as follows:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ./podman-compose.py -t hostnet -f examples/awx3-hostnet-localhost/docker-compose.yml up
|
podman-compose -t hostnet -f examples/awx3-hostnet-localhost/docker-compose.yml up
|
||||||
```
|
```
|
||||||
|
|
||||||
### Work in progress
|
### Work in progress
|
||||||
|
|
||||||
```
|
```
|
||||||
./podman-compose.py -t 1pod -f examples/awx3/docker-compose.yml up
|
podman-compose -t 1pod -f examples/awx3/docker-compose.yml up
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user