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

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube