mirror of
https://github.com/flancian/garden.git
synced 2026-08-08 15:36:19 +00:00
autopushed
This commit is contained in:
@@ -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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user