mirror of
https://github.com/flancian/garden.git
synced 2026-08-08 15:36:19 +00:00
autopushed
This commit is contained in:
@@ -34,3 +34,18 @@ Then:
|
|||||||
```
|
```
|
||||||
podman run -it agora
|
podman run -it agora
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To run one interactively, or:
|
||||||
|
|
||||||
|
```
|
||||||
|
podman create -it --name agora agora
|
||||||
|
podman start agora
|
||||||
|
```
|
||||||
|
|
||||||
|
To start one detached. Then you can:
|
||||||
|
|
||||||
|
```
|
||||||
|
podman attach agora
|
||||||
|
```
|
||||||
|
|
||||||
|
...to attach. CTRL-P CTRL-Q to detach gracefully.
|
||||||
|
|||||||
Reference in New Issue
Block a user