Docker

Learn how to deploy your containerized applications on AWS using Amazon Elastic Container Service, Elastic Container Registry, and Docker.

The open-source platform Docker makes it possible for programmers to create, distribute, run, update, and manage containers.

Grab SitePoint's free Docker cheat sheet, which gathers all the commands you’re most likely to need in your Docker workflow.

Need to deploy multiple Docker containers? Jatin Shridar looks at Kubernetes: a tool for automated deployment, scaling, and management of docker containers.

Lucero covers how to build an image with the Dockerfile, explaining syntax, best practices, basic tools and runtime libraries, packages and shipping.

Lucero del Alba presents three DevOps tools, and considers the benefits and challenges of switching to a DevOps culture.

Lucero explains the concept of software containers and how Docker helps solve many of the issues relating to software delivery and app deployment.

Adam Bard shows how to get small, low-traffic projects up and running with Dokku on DigitalOcean, creating a Heroku-like experience without the cost.
Chris Ward provides tips on making Git and GitHub projects fit better into developer workflow—from running tests to deploying your code to a server.
Docker Explained! Younes goes through the process of building a sample Laravel + MySQL app powered by two docker containers - check it out!
Taylor Lovett explains how WordPress developers can use Dockunit in combination with Dockunit.io for easy cross-platform continuous integration.
Aaron Lasseigne tells a tale of Rails, Rspec, Guard, and Docker. It's an epic saga that has a happy ending, where tests run free in Container Kingdom.
In this article we cover what Wocker is and how to get started using it. Wocker is easy to install and can streamline the workflow for WordPress developers.
In this article we show you how to deploy your local WordPress Docker installation to DigitalOcean, then sync a BitBucket repository with our droplet.
In this article we cover how to use the official Docker WordPress image, with an introduction to Docker Compose, which can help make our life much easier.
The second article in a series on Docker for WordPress Developers, Aleksander Koko shows us how to manually build Docker containers for WordPress.
The first of a four part series on Docker. This article (part 1) is an introduction to Docker and how you can start using Docker for WordPress projects.
On this week's On Our Radar, James Hibbard casts a wide net, looking at Docker, the evolution of game development, and e-commerce.
This article shows how Docker can be used to test a Node.js project across multiple versions quickly and easily.