0

I'm still quite new to docker here so please feel correct me if some things I state are mistaken.

Docker has launched a feature called Docker dev environments. I'm interested in this feature with the goal of creating a consistent development environment that works like production especially as the number of developers on the team increase.

However, after doing some extensive google search, I see that this requires Docker Desktop. If I wish to use Rancher Desktop instead of Docker Desktop, will I be able to use this feature?

If not, are there solutions that are relatively close to this type of functionality?

Alex
  • 1,293
  • 1
  • 13
  • 26
  • How close to production are you hoping to get? You're using an ARM processor and a non-linux OS. I'd guess that in prod you're using Linux (because that's the only OS that actually runs docker), and you're probably using AMD processors (because arm is still pretty unusual, though it's getting more popular (as it should)). If you want a production like environment, take a look at github code-spaces, where you'll get a VM running Linux on an amd chip. And, you should check out kubernetes. – Software Engineer Feb 21 '23 at 09:29

0 Answers0