Products
-
Apr 3, 2018
Improved Docker Container Integration with Java 10
Many applications that run in a Java Virtual Machine (JVM), including data services such as Apache Spark and Kafka and traditional enterprise applications, are run in containers. Until recently, running the JVM in a container presented problems with memory and cpu sizing and usage that led to performance loss. This was because Java didn’t recognize…
Read now
-
Feb 15, 2018
Docker Compose and Kubernetes with Docker for Desktop
If you’re running an edge version of Docker on your desktop (Docker for Mac or Docker for Windows Desktop), you can now stand up a single-node Kubernetes cluster with the click of a button. While I’m not a developer, I think this is great news for the millions of developers who have already been using Docker…
Read now
-
Jan 30, 2018
Docker for Windows Desktop… Now With Kubernetes!
Learn how to run Docker for Windows Desktop with Kubernetes. Use your personal device to run a single node cluster with kubectl and docker commands.
Read now
-
Jan 9, 2018
Docker for Mac with Kubernetes
Get an introduction to running Docker for Mac with Kubernetes. Use your personal Mac to run a single node cluster and use both kubectl and docker commands.
Read now
-
Sep 25, 2017
Exciting new things for Docker with Windows Server 1709
What a difference a year makes… last September, Microsoft and Docker launched Docker Enterprise Edition (EE), a Containers-as-a-Service platform for IT that manages and secures diverse applications across disparate infrastructures, for Windows Server 2016. Since then we’ve continued to work together and Windows Server 1709 contains several enhancements for Docker customers. Docker Enterprise Edition Preview…
Read now
-
Sep 19, 2017
Docker Official Images are now Multi-platform
This past week, Docker rolled out a big update to our Official Images to make them multi-platform aware. Now, when you run docker run hello-world, Docker CE and EE will pull and run the correct hello-world image whether that’s for x86-64 Linux, Windows, ARM, IBM Z mainframes or any other system where Docker runs. With Docker…
Read now
-
Sep 13, 2017
Preview: Linux Containers on Windows
Learn how to run Linux containers on Windows Servers using Hyper-V technology to create secure, lean and portable Linux subsystems.
Read now
-
Jul 17, 2017
The best way to learn Docker for Free: Play-With-Docker (PWD)
Last year at the Distributed System Summit in Berlin, Docker captains Marcos Nils and Jonathan Leibiusky started hacking on an in-browser solution to help people learn Docker. A few days later, Play-with-docker (PWD) was born. PWD is a Docker playground which allows users to run Docker commands in a matter of seconds. It gives the experience of having a free…
Read now