Docker

How To Deploy Wordpress with Shipyard on Ubuntu 14.04 — step-by-step Docker tutorial on Progressive Robot

How To Deploy WordPress with Shipyard on Ubuntu 14.04

[Shipyard](http://shipyard-project.com/) is a management tool for Docker servers that allows you to see which containers each of your servers are running, in order to to start or stop existing containers or create new ones. This tutorial covers how to install Shipyard, connect it to your Docker servers, and use it to create and launch new containers — in this example, a WordPress container.

Read more
How To Install and Use Istio With Kubernetes — step-by-step Docker tutorial on Progressive Robot

How To Install and Use Istio With Kubernetes

A service mesh is an infrastructure layer that allows you to manage communication between your application’s microservices. In this tutorial, you will install Istio using the Helm package manager for Kubernetes. You will then use Istio to expose a Node.js application by creating a Gateway and Virtual Service. You will then access the Grafana telemetry addon to visualize traffic data.

Read more
Comment installer Docker Compose sur Debian 10 — step-by-step Docker tutorial on Progressive Robot

Comment installer Docker Compose sur Debian 10

Docker est un excellent outil pour automatiser le déploiement d’apps Linux à l’intérieur de conteneurs de logiciels, mais pour tirer pleinement parti de son potentiel, chaque composant d’une application doit s’exécuter dans son propre conteneur…

Read more
How To Install Wordpress and PhpMyAdmin with Docker Compose on Ubuntu 14.04 — step-by-step Docker tutorial on Progressive Robot

How To Install WordPress and PhpMyAdmin with Docker Compose on Ubuntu 14.04

This article provides a real-world example of using Docker Compose to install an application, in this case WordPress with PHPMyAdmin as an extra. WordPress normally runs on a LAMP stack, which means Linux, Apache, MySQL/MariaDB, and PHP. The official WordPress Docker image includes Apache and PHP for us, so the only part we have to worry about is MariaDB.

Read more
How To Run Serverless Workloads with Knative on Kubernetes — step-by-step Docker tutorial on Progressive Robot

How To Run Serverless Workloads with Knative on Kubernetes

Knative is a Kubernetes-based platform that provides components to deploy and manage serverless workloads. Knative offers open-source Kubernetes integration, cloud-agnosticism, building blocks, and extensibility. In this tutorial, you will use Knative Serving to deploy a Node.js application as a serverless workload on a Kubernetes cluster.

Read more
CHAT