You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not show the podman version as the first line/startup.
It misses the image generation, i.e. sth. like podman volume inspect caddy_caddy_data || podman volume create caddy_caddy_data
Edit: Oh, I overlooked that, it does, actually show this.
What should happen
The things above should also be included in the dry-run.
System
$ podman-compose version
using podman version: podman version 3.2.0
podman-composer version 0.1.7dev
podman --version
podman version 3.2.0
0
$ podman version
Version: 3.2.0
API Version: 3.2.0
Go Version: go1.16.3
Built: Wed Jun 9 16:24:16 2021
OS/Arch: linux/amd64
STR
Any simple compose fle.
Command:
podman-compose --dry-run -p caddy up
For an example, see #316
What happens
What I discovered:
It misses the image generation, i.e. sth. likepodman volume inspect caddy_caddy_data || podman volume create caddy_caddy_data
Edit: Oh, I overlooked that, it does, actually show this.
What should happen
The things above should also be included in the dry-run.
System
same as in #314, basically
The text was updated successfully, but these errors were encountered: