Skip to content

Commit

Permalink
switch example to awx3
Browse files Browse the repository at this point in the history
  • Loading branch information
muayyad-alsadi committed Jun 17, 2019
1 parent 84a344a commit c748807
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

```
./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`

```
$ ./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

```
$ ./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


```
./podman-compose.py -t 1pod -f examples/awx/docker-compose.yml up
./podman-compose.py -t 1pod -f examples/awx3/docker-compose.yml up
```

0 comments on commit c748807

Please sign in to comment.