Docker

How To Install WordPress With Docker Compose — step-by-step Docker tutorial on Progressive Robot

How To Install WordPress With Docker Compose

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 with tools like Docker and Docker Compose. This tutorial will show you how to set up a multi-container WordPress installation with an Nginx reverse proxy. It will also show you how to obtain TLS/SSL certificates for your application domain.

Read more
How To Use the Docker 1-Click Install on the cloud provider — step-by-step Docker tutorial on Progressive Robot

How To Use the Docker 1-Click Install on the cloud provider

Docker is an application that simplifies the process of managing application processes in containers. This tutorial will guide you through spinning up a cloud servers with Docker and Docker Compose pre-installed, using the the cloud provider Docker 1-Click App. Additionally, after creating your Droplet, you will be guided through other use cases and common Docker commands.

Read more
Cómo crear una aplicación Node.js con Docker — step-by-step Docker tutorial on Progressive Robot

Cómo crear una aplicación Node.js con Docker

La plataforma Docker permite a los desarrolladores empaquetar y ejecutar aplicaciones como contenedores. Un contenedor es un proceso aislado que se ejecuta en un sistema operativo compartido, ofreciendo una alternativa más ligera para máquinas…

Read more
Como Instalar e Utilizar o Docker: Primeiros passos — step-by-step Docker tutorial on Progressive Robot

Como Instalar e Utilizar o Docker: Primeiros passos

Os casos de uso apresentados são ilimitados e a necessidade sempre esteve lá. O Docker está aqui para oferecer a você uma eficiente e rápida maneira de portar aplicações entre sistemas e máquinas. Ele é leve e enxuto, permitindo a você rapidamente…

Read more
Containerizing a Ruby on Rails Application for Development with Docker Compose — step-by-step Docker tutorial on Progressive Robot

Containerizing a Ruby on Rails Application for Development with Docker Compose

If you are actively developing an application, using Docker can simplify your workflow and the process of deploying your application to production. This tutorial will show you how to set up a development environment for a Ruby on Rails application using Docker. You will create multiple containers – for the application itself, the PostgreSQL database, Redis, and a Sidekiq service – with Docker Compose.

Read more
Контейнеризация приложения Ruby on Rails для разработки с помощью Docker Compose — step-by-step Docker tutorial on Progressive Robot

Контейнеризация приложения Ruby on Rails для разработки с помощью Docker Compose

Если вы активно занимаетесь разработкой приложений, использование Docker может упростить ваш рабочий процесс и процесс развертывания вашего приложения в продакшен. Работа с контейнерами в процессе разработки предоставляет следующие преимущества: Среды…

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
CHAT