Articles filed in category 'Docker'

  • Sahil shows us how DevOps (formerly called VSTS) can connect disparate functionality using two of his favorite tools: Docker and Angular.
  • Today’s devs have to be nimble. Your app has to work on a multitude of platforms and meet any number of platform-specific demands. Mike explains how a new tool called Docker can help you deploy your apps on everything from Linux to .NET and leave you hardly breaking a sweat.
  • If you’ve been developing IDEs in .NET, you’ve probably heard about JetBrains’ Rider. Chris and Maarten show you that the time is right to dive in.
  • Ted Neward’s Docker article introduces the technology’s rise to mainstream relevance and demystifies how it works for developers, especially those from the Windows ecosystem. It covers installing and running Docker, the distinction between images and containers, and how Dockerfiles express reproducible environments. Neward explains practical usage—volume mounting, port mapping, and building/publishing images—while comparing Docker’s philosophy to traditional virtualizati...See More
  • Sahil Malik explores the transformative power of Docker as a lightweight containerization tool, emphasizing its benefits for developers navigating complex environments and dependencies. He contrasts Docker's efficiency and portability with traditional virtualization, highlighting its ability to package applications and dependencies into isolated containers that run seamlessly across platforms. Malik demonstrates how Docker simplifies development workflows, enables reliab...See More
  • Maarten explores containers, especially in regard to an ASP.NET Core application, and uses JetBrains Rider as an IDE to build and debug apps in a Docker container.