autopushed

This commit is contained in:
2022-05-26 23:48:44 +02:00
parent 2fba7beeba
commit 175154a2b1
+15
View File
@@ -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.