-
Notifications
You must be signed in to change notification settings - Fork 540
Deploy image via podman-compose without starting a container. Just deploy and start container later #1302
viswascope
started this conversation in
General
-
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
Replies: 1 comment
-
podman-compose build
and podman-compose pull
might be what you're looking for.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment