From 73a4f72e6c414543fcb272671fd11d885e9caf69 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Thu, 26 May 2022 22:35:43 +0200 Subject: [PATCH] autopushed --- podman.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/podman.md b/podman.md index 69ca1d3b0..56f75e775 100644 --- a/podman.md +++ b/podman.md @@ -24,5 +24,7 @@ podman run --rm -it debian Drop you into a one-off bare VM, it gets automatically cleaned up when you exit. ``` -podman build Dockerfile +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.