diff --git a/podman.md b/podman.md index 56f75e775..db3624661 100644 --- a/podman.md +++ b/podman.md @@ -28,3 +28,9 @@ podman build -t agora . ``` Builds an 'agora' container if there is a [[Dockerfile]] in the path. If you want to force a 'clean' build, pass `--no-cache`; I needed this in the [[Agora Dockerfile]] because I was using `git clone` and this was failing to pull in the latest revisions. + +Then: + +``` +podman run -it agora +```