Docker announces significant upgrades to its subscription plans, delivering more value, flexibility, and tools for customers of all sizes.
Docker Blog
Docker advances container isolation and workloads with acquisition of Nestybox
Hi everyone, this is Cesar & Rodny, co-founders of Nestybox. We are humbled and excited to announce that Nestybox is now officially part of Docker, Inc! Docker is an excellent home for Nestybox’s technology, and this acquisition will prove beneficial to the...
DockerCon 2022: Community-powered, Developer-obsessed
DockerCon 2022 represents the 8th year of DockerCon. The very first one in June 2014 in San Francisco welcomed 300 participants; last year’s all-virtual DockerCon 2021 welcomed 80,000, and we’re expecting the same this year. The growth in DockerCon participation is a...
Docker Extensions: Discover, Build & Integrate New Tools into Docker Desktop
Today, we’re announcing the beta release of Docker Extensions and the Docker Extensions SDK. Docker Extensions let you build new functionality into Docker Desktop, extend its existing capabilities, and discover and integrate additional tools. Who Can Use Docker...
The Magic of Docker Desktop is Now Available on Linux
Today we’re excited to announce the general availability of Docker Desktop for Linux, providing developers that use Linux desktop environments the exact same Docker Desktop experience that’s currently available on macOS and Windows. Firstly, we’d like to take this...
JumpStart Your Node.js Development
With over 87,000 stars and 3,100 contributors, Node.js has become a leading choice for enterprise developers in 2022. It’s an open source, cross-platform runtime environment that helps developers build varied server-side tools and applications in JavaScript. ...
DockerCon 2022: Key Themes and Learning Outcomes
DockerCon 2022 is less than one week away, from May 9th-10th! Our developer community is the shining star at DockerCon, and we’re thrilled to deliver immersive learning experiences from start to finish. (Register here to attend our virtual event.) ...
How to Quickly Build, Deploy, and Serve Your HTML5 Game
The life of a game dev is tricky. You have so many ideas and tools at your disposal — but what you really want is to connect with your audience by building compelling gameplay. You’re itching to test ideas quickly, gather feedback, and grow as a developer. However,...
Dockerfiles now Support Multiple Build Contexts
The new releases of Dockerfile 1.4 and Buildx v0.8+ come with the ability to define multiple build contexts. This means you can use files from different local directories as part of your build. Let's look at why it’s useful and how you can leverage it in your build...