-
Hello Cockpit developers, A few days ago I tried Red Hat CodeReady workspaces on OpenShift and now I'm wondering: is it possible to create such a setup on Cockpit? In other words: I'm looking for a container that contains:
Does such a container exist and is it possible to run it on Cockpit with Podman? Red Hat CodeReady Workspaces - PHP Stack Red Hat CodeReady Workspaces - Theia container |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I had a quick look on dockerhub, and didn't find any recent image. However, it would be rather unusual to have so many things packed into a single container image, that's kind of besides their point -- you'd usually run e.g. a mariadb container image and some application container side by side, in a pod (with podman) or as two separate containers (with older docker). In principle you can run pretty much any application container with podman. None of this is cockpit related, though. |
Beta Was this translation helpful? Give feedback.
-
Hello @martinpitt, Thanks for your explanation! My question is indeed not completely related to Cockpit but it would be great if it would be possible to create a complete PHP development environment with one click on Cockpit using About containers: I have the impression they can be used either way: several containers working together, or one container with multiple applications (for example what Toolbox does). It would be great if you had a pod that contained everything that's needed to setup a PHP development but I don't think something like this already exists (and Cockpit is able to run it)? The only way at the moment is create a virtual machine that contains everything or you have to setup multiple containers manually? |
Beta Was this translation helpful? Give feedback.
-
Will/does |
Beta Was this translation helpful? Give feedback.
-
I guess CodeReady workspaces uses something like Docker compose to run a pod on OpenShift? |
Beta Was this translation helpful? Give feedback.
Will/does
cockpit-podman
support Docker compose?