switch example to awx3

This commit is contained in:
Muayyad Alsadi 2019-06-17 15:59:26 +03:00
parent 84a344a0ae
commit c7488076c2

View File

@ -27,25 +27,25 @@ Tested on latest podman (commit `349e69..` on 2019-03-11)
By using many containers on a single pod that shares the network (services talk via localhost) By using many containers on a single pod that shares the network (services talk via localhost)
``` ```
./podman-compose.py -t 1podfw -f examples/awx/docker-compose.yml up ./podman-compose.py -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/awx/docker-compose.yml up $ ./podman-compose.py -t cntnet -f examples/awx3/docker-compose.yml up
``` ```
Or by using host network and localhost works as in Or by using host network and localhost works as in
``` ```
$ ./podman-compose.py -t hostnet -f examples/awx-hostnet-localhost/docker-compose.yml up $ ./podman-compose.py -t hostnet -f examples/awx3-hostnet-localhost/docker-compose.yml up
``` ```
### in progress work ### in progress work
``` ```
./podman-compose.py -t 1pod -f examples/awx/docker-compose.yml up ./podman-compose.py -t 1pod -f examples/awx3/docker-compose.yml up
``` ```