autopushed

This commit is contained in:
2022-05-26 22:56:06 +02:00
parent 6d71c2cc4f
commit 39462f52d4
+6
View File
@@ -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. 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
```