From 39462f52d477aab3c47573ba9d44d9b356a824f1 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Thu, 26 May 2022 22:56:06 +0200 Subject: [PATCH] autopushed --- podman.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +```