Replies: 1 comment 3 replies
-
You can not get existing containers into a Pod. A pod has to be configured first. And then the containers added to a pod. |
Beta Was this translation helpful? Give feedback.
3 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. I have a problem.
I have installed a few containers which should communicate with each others. After some research I found it better to place them in a POD.
Now to my question: Can I copy/move theese containers into at new pod? If that is the case how?
When I started the containers I have now I ran the following command:
curl --proto '=https' --tlsv1.2 -O https://raw.githubusercontent.com/NUKIB/misp/main/docker-compose.yml
docker compose up -d
How can I get the command above in a pod?
Regards
Thom
Beta Was this translation helpful? Give feedback.
All reactions