Docker Blog

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...

The Magic of Docker Desktop is Now Available on Linux

November 2024 update: See the Docker Subscriptions pricing page for upgraded Docker plans. Simpler, more value, better development and productivity. Read our Docker Desktop release collection to learn about our latest improvements and innovations. -- Today we’re...

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...