Deploy image via podman-compose without starting a container. Just deploy and start container later #1302
viswascope
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Friends,
Is there any option to deploy the image without starting the container. I need to deploy the image alone.
similar like podman pull. But via podman-compose. Just deploy the image and start the container later.
podman-compose -f file.yml up -d is pulling the image and starting the container by default.
Any option to just deploy the image alone via podman-compose? and start later
Thanks
Viswa..
Beta Was this translation helpful? Give feedback.
All reactions