Docker

How To Install and Use Docker on Ubuntu 18.04 — step-by-step Docker tutorial on Progressive Robot

How To Install and Use Docker on Ubuntu 18.04

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 itself, work with containers and images, and push an image to a Docker Repository.

Read more
Установка Discourse в Ubuntu 18.04 — step-by-step Docker tutorial on Progressive Robot

Установка Discourse в Ubuntu 18.04

Discourse — это платформа для обсуждений с открытым исходным кодом. Ее можно использовать в качестве списка рассылки, форума для обсуждения или тематического чата. В этом обучающем руководстве мы…

Read more
Como instalar o Docker Compose no Ubuntu 18.04 — step-by-step Docker tutorial on Progressive Robot

Como instalar o Docker Compose no Ubuntu 18.04

O Docker é uma ótima ferramenta para automatizar a implantação de aplicativos Linux dentro de contêineres de software, mas para tirar total vantagem deste potencial, cada componente de um aplicativo deve executar em seu próprio contêiner individual….

Read more
How to Install Gitea on Ubuntu Using Docker — step-by-step Docker tutorial on Progressive Robot

How to Install Gitea on Ubuntu Using Docker

Gitea is a popular and lightweight source code management service. Learn how to install Gitea using Docker, expose it behind Nginx, protect it with Let’s Encrypt, and set up an SSH shim to work from the command line.

Read more
How To Manage Jenkins with Rancher on Ubuntu 14.04 — step-by-step Docker tutorial on Progressive Robot

How To Manage Jenkins with Rancher on Ubuntu 14.04

In this article we will construct a distributed build system using Docker to create and run our Jenkins images, as well as Rancher to orchestrate our Docker cluster. By the end of this tutorial, you should be able to easily set up a Dockerized Jenkins deployment with an arbitrary number of slaves.

Read more
Dockerのイメージ、コンテナおよびボリュームを削除する方法 — step-by-step Docker tutorial on Progressive Robot

Dockerのイメージ、コンテナおよびボリュームを削除する方法

Dockerには直接クリーンアップするコマンドはありませんが、コマンドラインからシステムをクリーンアップするために必要なすべてのツールが用意されています。この早見表式のガイドでは、未使用のDockerのイメージ、コンテナ、およびボリュームを削除することでディスク領域を解放し、システムを整理しておくのに役立つコマンドを簡単に参照できます。

Read more
How To Set Up a Private Docker Registry on Ubuntu 22.04 — step-by-step Docker tutorial on Progressive Robot

How To Set Up a Private Docker Registry on Ubuntu 22.04

In this tutorial, you will set up and secure your own private Docker Registry. You will use Docker Compose to define configurations that run your Docker containers and Nginx to forward server traffic from the internet to the running Docker container. Once you’ve completed this tutorial, you will be able to push a custom Docker image to your private registry and pull the image securely from a remote server.

Read more
CHAT