News

New Mac and Windows Development Tools for Working with Docker Containers

Docker last week announced a beta release of Mac and Windows developer tools for working with its Docker container technology.

Docker last week announced a beta release of Mac and Windows developer tools for working with its Docker container technology. With this release, it's now possible to install Docker and launch it on those platforms like any other packaged application available in native app stores, according to the company.

Previously, running a Docker container on Windows or the Mac OS required the open source Oracle VirtualBox application. With this release, the company has eliminated the need for such third-party software by integrating Docker directly with host-native virtualization, leveraging the Apple Hypervisor framework that first appeared in Mac OS X Yosemite (10.10) and Microsoft's Hyper-V from Windows 10.

"Users for the first time now have a uniform Docker experience across Linux, Mac and Windows platforms," explained Patrick Chanezon, member of the technical staff at Docker, Inc. and chief developer advocate.

These integrated products include Docker Compose and Notary tools and offer a streamlined installation process that no longer requires such non-system software as VirtualBox, Chanezon told ADTmag. The result is significantly faster performance and improvement of developer workflow and file synchronization for editing and testing code.

"There are lots of benefits in this release, but the most important to me is that it brings in-container development to developers," Chanezon said. "Many developers, myself included, are building microservices applications using Docker, but using it mainly to ship and run the applications. Many have been installing a lot of language-specific dependencies on their laptops, developing the apps with fast edit and cycles on their machines, and then only using Docker for some testing, and then building an image that they can ship and run in production on their Linux servers."

"In container" development is supported by a feature designed to allow devs to mount the application code and data directly in a volume that automatically refreshes the application when code changes are made. Code changes can be tested instantaneously on the laptop without the need to restart or rebuild the container every time. A Docker "build" is executed only when the developer wants to ship a Dockerized application from a laptop to a registry.

"All you need on your laptop Git, Docker, and your favorite text editor or IDE, and you can right away get started developing apps using Java or Python or Ruby or Node.js -- even .NET -- and do these fast edit/test cycles directly on your machine. This is very beneficial for this new generation of polyglot developers."

"These integrated software packages are designed to remove an additional layer of 'dependency hell' for Mac and Windows developers by allowing them to develop directly inside a container," said Solomon Hykes, founder, CTO, and Chief Product Officer for Docker, in a statement. And they demonstrate how his company can "leverage native platform capabilities to provide users with the same optimized Docker experience on all platforms," he said.

Docker for Mac and Windows is being introduced via a limited beta program. Those interested in participating can sign up on the company's Web site.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Microsoft Revamps Fledgling AutoGen Framework for Agentic AI

    Only at v0.4, Microsoft's AutoGen framework for agentic AI -- the hottest new trend in AI development -- has already undergone a complete revamp, going to an asynchronous, event-driven architecture.

  • IDE Irony: Coding Errors Cause 'Critical' Vulnerability in Visual Studio

    In a larger-than-normal Patch Tuesday, Microsoft warned of a "critical" vulnerability in Visual Studio that should be fixed immediately if automatic patching isn't enabled, ironically caused by coding errors.

  • Building Blazor Applications

    A trio of Blazor experts will conduct a full-day workshop for devs to learn everything about the tech a a March developer conference in Las Vegas keynoted by Microsoft execs and featuring many Microsoft devs.

  • Gradient Boosting Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the gradient boosting regression technique, where the goal is to predict a single numeric value. Compared to existing library implementations of gradient boosting regression, a from-scratch implementation allows much easier customization and integration with other .NET systems.

  • Microsoft Execs to Tackle AI and Cloud in Dev Conference Keynotes

    AI unsurprisingly is all over keynotes that Microsoft execs will helm to kick off the Visual Studio Live! developer conference in Las Vegas, March 10-14, which the company described as "a must-attend event."

Subscribe on YouTube