-
Tutorial
Docker doesn't provide direct cleanup commands, but it does give you all the tools you need to clean up your system from the command line. This cheat sheet-style guide provides a quick reference to commands that are u...
•
By
Melissa Anderson
Docker
DigitalOcean App Platform
-
Tutorial
Docker is an application that simplifies the process of managing application processes in containers. In this tutorial, you'll install and use Docker Community Edition (CE) on Ubuntu 18.04. You'll install Docker itse...
•
By
Brian Hogan
Docker
Ubuntu 18.04
-
In this tutorial you’ll deploy a containerized Django polls application into a Kubernetes cluster. Django is a powerful web framework that can help you get your Python application off the ground quickly. It includes s...
•
By
Hanif Jetha
Kubernetes
Docker
Django
Python Frameworks
PostgreSQL
DigitalOcean
-
Tutorial
There are two methods for installing Docker on Ubuntu 16.04. One method involves installing it on an existing installation of the operating system. The other involves spinning up a server with a tool called Docker Mac...
•
By
finid
Docker
Ubuntu
Ubuntu 16.04
-
Tutorial
Kubernetes is a container management system meant to be deployed on Docker-capable clustered environments. In this guide, we will discuss some of the basic concepts that Kubernetes introduces. We will discuss some o...
•
By
Justin Ellingwood
Scaling
Docker
Kubernetes
Networking
Conceptual
CoreOS
-
Tutorial
Docker is an application that simplifies the process of managing application processes in containers. In this tutorial, you'll install and use Docker Community Edition (CE) on Ubuntu 20.04. You'll install Docker itse...
•
By
Brian Hogan
Ubuntu 20.04
Docker
DigitalOcean App Platform
-
Tutorial
In the past few years Docker has become a frequently used solution for deploying applications thanks to how it simplifies running and deploying applications in ephemeral container. Docker Compose has further simplifie...
•
By
Faizan Bashir
Docker
PHP
PHP Frameworks
Nginx
MySQL
Ubuntu 18.04
Laravel
-
Interested in Node.js but not sure where to start with Docker? This tutorial will walk you through the first step: building an image for a Node.js application and creating a container from it. We will also walk you th...
•
By
Kathleen Juell
Docker
Node.js
Applications
Ubuntu 18.04
-
Tutorial
In general, Docker containers are ephemeral, running just as long as it takes for the command issued in a container to complete. By default, any data created inside the container is only available from within the cont...
•
By
Melissa Anderson
Docker
Ubuntu
Ubuntu 18.04
-
Tutorial
Docker is a great tool for automating the deployment of Linux applications inside software containers, but to take full advantage of its potential each component of an application should run in its own individual cont...
•
By
Melissa Anderson
Docker
Ubuntu 18.04
-
Tutorial
Docker is an application that makes it simple and easy to run application processes in a container, which are like virtual machines, only more portable, more resource-friendly, and more dependent on the host operating...
•
By
finid
Docker
CentOS
-
Tutorial
Docker is an Open Source application that allows administrators to create, manage, deploy, and replicate applications using containers. Flask is a web micro-framework that is built on Python. In this tutorial, you wil...
•
By
Michael Okoh
Docker
Nginx
Ubuntu 18.04
Flask
-
Tutorial
Docker Compose is a tool that allows you to run multi-container application environments based on definitions set in a YAML file. It uses service definitions to build fully customizable environments with multiple cont...
•
By
Erika Heidi
Docker
Ubuntu
Ubuntu 20.04
-
Tutorial
In general, Docker containers are ephemeral, running just as long as it takes for the command issued in the container to complete. Sometimes, however, applications need to share access to data or persist data after a ...
•
By
Melissa Anderson
Docker
Ubuntu
Ubuntu 18.04
Ubuntu 20.04
Container
-
Tutorial
WordPress is a free and open-source Content Management System (CMS) that is widely used to launch new websites. Running WordPress typically involves installing a LAMP or LEMP stack by hand, work that you can simplify ...
•
By
Kathleen Juell
WordPress
Docker
Nginx
MySQL
Let's Encrypt
Ubuntu 18.04
-
Tutorial
Kubernetes is a container orchestration system that manages containers at scale. Initially developed by Google based on its experience running containers in production, Kubernetes is open source and actively developed...
•
By
bsder
Kubernetes
Docker
Ansible
Nginx
Ubuntu 18.04
-
Tutorial
In this tutorial, you'll learn how to run multiple web applications on the same Docker host using the reverse proxy Traefik to route requests to separate containers and review container health on a monitoring dashboard.
•
By
Keith Thompson
Docker
Let's Encrypt
Monitoring
Ubuntu 18.04
Open Source
-
Docker, a containerization platform developed to simplify and standardize deployment in various environments, was largely instrumental in spurring the adoption of applications and services that can be easily deployed ...
•
By
Justin Ellingwood
Getting Started
Docker
Conceptual
-
This book is designed to introduce you to using containers and Kubernetes for full-stack development. You'll use Node.js to build a sample application and then containerize it. From there you will learn how to incorpo...
•
By
Kathleen Juell
Node.js
Docker
Kubernetes
Development
MongoDB
Books
-
Tutorial
In this DigitalOcean article, we will see about automating this process as much as possible, as well as demonstrate the best practices and methods to make most of Docker and containers via Dockerfiles: scripts to buil...
•
By
O.S Tezer
Docker
MongoDB
Nginx