Skip to content

Commit

Permalink
examples/host_containers: add note about podman (#20)
Browse files Browse the repository at this point in the history
This patch adds a note about the required version of Podman to run the
`host_containers` example.

Signed-off-by: Radostin Stoyanov <[email protected]>
  • Loading branch information
rst0git authored Aug 11, 2024
1 parent cc0ca15 commit 4846084
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion examples/host_containers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ make netcat-client
To migrate the container from the source host to the target host, and update the switch accordingly, run:
```bash
make migrate SOURCE=<> TARGET=<>
```
```

To cleanup the topology, networks, pods, and containers, run:
```bash
Expand All @@ -41,3 +41,11 @@ To show logs of e.g. the s1 switch, run:
tail -f ../../load_balancer/logs/s1.log
```

## Troubleshooting

This example requires Podman version 5.2.0 or newer, which includes a [patch](https://github.com/containers/podman/pull/23056)
that enables container restore into a Pod.

```
Error: cannot add container f96670b26e53e70f7f451191ea39a093c940c6c48b47218aeeef1396cb860042 to pod h2-pod: no such pod
```

0 comments on commit 4846084

Please sign in to comment.