mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
autopushed
This commit is contained in:
@@ -29,19 +29,19 @@ 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:
|
Then to run one interactively:
|
||||||
|
|
||||||
```
|
```
|
||||||
podman run -it agora
|
podman run -it agora
|
||||||
```
|
```
|
||||||
|
|
||||||
To run one interactively, or:
|
Or to run one detached (server like):
|
||||||
|
|
||||||
```
|
```
|
||||||
podman run -dt --name agora agora
|
podman run -dt --name agora agora
|
||||||
```
|
```
|
||||||
|
|
||||||
To start one detached. Then you can:
|
Then you can:
|
||||||
|
|
||||||
```
|
```
|
||||||
podman attach agora
|
podman attach agora
|
||||||
|
|||||||
Reference in New Issue
Block a user