Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Microsoft Cloud

Docker Expands Relationship With Microsoft To Ease Developer Experience Across Platforms (techcrunch.com) 9

An anonymous reader quotes a report from TechCrunch: When Docker sold off its enterprise division to Mirantis last fall, that didn't mark the end of the company. In fact, Docker still exists and has refocused as a cloud-native developer tools vendor. Today it announced an expanded partnership with Microsoft around simplifying running Docker containers in Azure. As its new mission suggests, it involves tighter integration between Docker and a couple of Azure developer tools including Visual Studio Code and Azure Container Instances (ACI). According to Docker, it can take developers hours or even days to set up their containerized environment across the two sets of tools. The idea of the integration is to make it easier, faster and more efficient to include Docker containers when developing applications with the Microsoft tool set. Docker CEO Scott Johnston says it's a matter of giving developers a better experience.

Among the features they are announcing is the ability to log into Azure directly from the Docker command line interface, a big simplification that reduces going back and forth between the two sets of tools. What's more, developers can set up a Microsoft ACI environment complete with a set of configuration defaults. Developers will also be able to switch easily between their local desktop instance and the cloud to run applications. It's worth noting that these integrations are starting in Beta, but the company promises they should be released some time in the second half of this year.

This discussion has been archived. No new comments can be posted.

Docker Expands Relationship With Microsoft To Ease Developer Experience Across Platforms

Comments Filter:
  • by phantomfive ( 622387 ) on Thursday May 28, 2020 @01:47AM (#60114046) Journal

    Among the features they are announcing is the ability to log into Azure directly from the Docker command line interface

    I'll be honest, I'm not sure how this is helpful. I've never used Azure, though.

    • We do our sprints, bug tracking, builds, and releases using Azure, and we now host a lot of the Docker-based services we run in Azure as well, so I'm in it on a daily basis, but apparently I'm still not in the parts of it that benefit from this, since I'm not sure how this is helpful either.

  • Didn't we have this already with docker-machine? Early on, I remember being able to just use the docker-machine tool to create the VM in the cloud provider of my choice and launch containers using the tools on my command-line. It was super-easy and didn't require much thought for those simple apps that didn't require HA or special networking or anything else. I feel like they could just update it and make it work with the cloud-specific container tools...

"The medium is the massage." -- Crazy Nigel

Working...