August Recap: Docker Talks Live Stream

It’s time for a round up of Docker Talks, this time from the month of August. As you may remember, Chad Metcalf (@metcalfc) and I (@pmckee) started the weekly live-streaming video series to connect with you, our extended family of developers, and to help you succeed...

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

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 WindowsDocker Desktop for MacLinux What is the difference between Virtual Machines (VM) and Containers? This is a great question and I...