Docker

How To Install and Use Docker on Rocky Linux 8 — step-by-step Docker tutorial on Progressive Robot

How To Install and Use Docker on Rocky Linux 8

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 Rocky Linux 8. You’ll install Docker itself, work with containers and images, and push an image to a Docker Repository.

Read more
Ubuntu 20.04へのDocker Composeのインストールおよび使用方法 — step-by-step Docker tutorial on Progressive Robot

Ubuntu 20.04へのDocker Composeのインストールおよび使用方法

Docker Composeは、YAMLファイルの定義に基づいてマルチコンテナアプリケーション環境を実行できるツールです。サービス定義を使用して、ネットワークやデータ量を共有できる複数のコンテナで完全にカスタマイズ可能な環境を構築します。本ガイドでは、Ubuntu 20.04サーバーにDocker Composeをインストールし、このツールを使用する方法を説明します。

Read more
How To Secure React Applications Against XSS Attacks with HTTP-Only Cookies — step-by-step Docker tutorial on Progressive Robot

How To Secure React Applications Against XSS Attacks with HTTP-Only Cookies

In this tutorial, you will create a React application and mock API that implements a token-based authentication system set up in a local Docker container. You will exploit the token storage method with a cross-site scripting attack, then mitigate the issue with HTTP-only cookies. By the end of this tutorial, you’ll understand the security considerations needed to implement a functioning token-based authentication system alongside a React and Node web application.

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

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

Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. Discourse — это платформа для обсуждений с открытым…

Read more
CHAT