Replies: 3 comments 5 replies
-
I'm not sure of feasibility, but when I'm developing a new Docker image, I still generally use docker-compose for quick-and-dirty inter-networked, multi-container testing. For instance, if my image requires a Postgres image, it's way simpler to test locally with docker-compose as opposed to all of the necessary K8s manifests (deployments, services, ingress, etc.) For instance:
|
Beta Was this translation helpful? Give feedback.
-
For me, Rancher Desktop is the alternative/replacement for Docker Desktop, where my use case is just simple single-container local execution, sometimes as testing before pushing images for our k8s (OpenShift) platform to run, and sometimes to run specific apps locally that I need to use. So, running without k8s would be nice for me, as #985 requests, but not essential. For me, making Windows internal networking as seamless as possible, including docker localhost, is my biggest ask. e.g. #893 Followed by any other Windows niceties, like GUI for running containers, viewing logs, mounts, etc. |
Beta Was this translation helpful? Give feedback.
-
Here's my general workflow from idea/proof of concept to deployment. I prefer using my linux dev machine for most things together with docker-compose.
From here it is very simple to deploy on either Windows(Rancher Desktop) OR in a real test/production cluster using helm. Using rancher desktop makes it easier to get end users to try out software locally without being dependent on access to a publicly available cluster. |
Beta Was this translation helpful? Give feedback.
-
After the 1.0 release, we will move into adding more features to Rancher Desktop. It would be helpful to us to know how people are using our tools!
For anyone working with containers as a developer, what workflows do you use?
If you can, please let us know:
Thank you for helping us make Rancher Desktop a better experience for everyone!
Beta Was this translation helpful? Give feedback.
All reactions