Docker

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
How To Set Up the Eclipse Theia Cloud IDE Platform on CentOS 7 — step-by-step Docker tutorial on Progressive Robot

How To Set Up the Eclipse Theia Cloud IDE Platform on CentOS 7

Eclipse Theia is an extensible cloud IDE running on a remote server and accessible from a web browser. Visually, it’s designed to look and behave similarly to Microsoft Visual Studio Code. In this tutorial, you’ll deploy Eclipse Theia to your CentOS 7 server using Docker Compose, a container orchestration tool.

Read more
How to Use Ansible to Install and Set Up Docker on Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

How to Use Ansible to Install and Set Up Docker on Ubuntu 20.04

Docker is an application that simplifies the process of managing application processes in *containers*. This guide explains how to use Ansible to automate the steps contained in our guide on How To Install and Use Docker on Ubuntu 20.04. Ansible is a modern configuration management tool that can be used to automate the provisioning and configuration of remote systems.

Read more
O Ecossistema do Docker: Agendamento e Orquestração — step-by-step Docker tutorial on Progressive Robot

O Ecossistema do Docker: Agendamento e Orquestração

A ferramenta Docker fornece todas as funções necessárias para construir, carregar, baixar, iniciar, e parar contêineres. Ela é bastante adequada para o gerenciamento de processos em ambientes de host único com um número mínimo de contêineres. Contudo, muitos usuários de…

Read more
Webinar Series: Getting Started with Containers — step-by-step Docker tutorial on Progressive Robot

Webinar Series: Getting Started with Containers

This article supplements the first session, Getting Started with Containers, in a six-part webinar series on Deploying & Managing Containerized Workloads in the Cloud. By the end of this tutorial, you will have installed Docker on a cloud servers, managed containers, worked with images, added persistence, and set up a private registry.

Read more
CHAT