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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events