mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-25 07:18:39 +01:00
6 lines
113 B
Markdown
6 lines
113 B
Markdown
|
running the following command should give myval2
|
||
|
|
||
|
```
|
||
|
podman_compose run -l monkey -e ZZVAR1=myval2 env-test
|
||
|
```
|