-
Hi. Is there an alternative to docker stack command in podman? |
Beta Was this translation helpful? Give feedback.
Answered by
rhatdan
Feb 18, 2023
Replies: 1 comment 1 reply
-
Are you trying to run containers in Kubernetes? Or Swarm? Podman does not support swarm. podman kube apply would be the command you are looking for in kubernetes.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
samadadi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you trying to run containers in Kubernetes? Or Swarm?
Podman does not support swarm.
podman kube apply would be the command you are looking for in kubernetes.