Docker announces significant upgrades to its subscription plans, delivering more value, flexibility, and tools for customers of all sizes.
Products
Docker Desktop & WSL 2 – Backport Update
November 2024 update: Learn about the upgraded Docker plans and choose the best Docker Subscription for you. Simpler, more value, better development and productivity. Read our Docker Desktop release collection to learn about our latest enhancements and innovations....
Deploying a Minecraft Docker Server to the cloud
One of the simplest examples that people have used over the years of demoing Docker is quickly standing up and running a Minecraft server. This shows the power of using Docker and has a pretty practical application! Recently I wanted to set up a server but I wanted to...
How to Use the NGINX Docker Official Image
NGINX is one of the most popular web servers in the world. Not only is NGINX a fast and reliable static web server, it is also used by a ton of developers as a reverse-proxy that sits in front of their APIs. In this tutorial we will take a look at the NGINX Official...
Deploying WordPress to the Cloud
I was curious the other day how hard it would be to actually set up my own blog or rather I was more interested in how easy it is now to do this with containers. There are plenty of platforms that host blogs for you but is it really now as easy to just run one...
July Recap: Docker Talks Live Stream
Here at Docker, we have a deep love for developers and with more and more of the community working remotely, we thought it would be a great time to start live streaming and connecting with the community virtually. To that end, Chad Metcalf (@metcalfc) and I...
How To Setup Your Local Node.js Development Environment Using Docker – Part 2
In part I of this series, we took a look at creating Docker images and running Containers for Node.js applications. We also took a look at setting up a database in a container and how volumes and network play a part in setting up your local development environment. In...
Docker Index: Dramatic Growth in Docker Usage Affirms the Continued Rising Power of Developers
November 2024 update: Learn about the upgraded Docker plans and choose the best Docker Subscription for you. Simpler, more value, better development and productivity. Read our Docker Desktop release collection to learn about our latest enhancements and innovations....
Top Questions for Getting Started with Docker
Does Docker run on Windows? Yes. Docker is available for Windows, MacOS and Linux. Here are the download links: Docker Desktop for Windows Docker Desktop for Mac Linux What is the difference between Virtual Machines (VM) and Containers? This is a great question and I...