Como instalar o Discourse no Ubuntu 18.04
O Discourse é uma plataforma de discussão de código aberto. Ele pode ser usado como uma lista de e-mail, um fórum de discussões ou uma sala de bate-papo em formato longo. Neste tutorial,…
O Discourse é uma plataforma de discussão de código aberto. Ele pode ser usado como uma lista de e-mail, um fórum de discussões ou uma sala de bate-papo em formato longo. Neste tutorial,…
Docker is a great tool, but to take full advantage of its potential each component of an application should run in its own container. Docker Compose makes it easier for users to orchestrate the processes of Docker containers, including starting up, shutting down, and setting up intra-container linking and volumes.
Drupal is a content management system (CMS) written in PHP and distributed under the open-source GNU General Public License. Drupal requires the LAMP (Linux, Apache, MySQL, and PHP) or LEMP (Linux, Nginx, MySQL, and PHP) stack, but installing individual components is a time-consuming task. In this tutorial, we will solve this problem by installing Drupal using Docker Compose so that we can take advantage of containerization and deploy our Drupal website on a web server quickly.
dry is a simple but extensive terminal application built to interact with Docker containers and their images. Using dry removes the repetition involved when executing routine Docker Engine commands, and also provides a more visual alternative to the native Docker CLI. In this tutorial, we will install dry and explore some of its most useful features.
Even with the growing popularity of cloud services, the need for running native applications still exists. In this tutorial, you’ll containerize Mozilla Thunderbird, an email client, using Docker. Afterwards, you’ll secure it and provide remote access using the Caddy web server.
Docker tidak memberikan perintah pembersihan langsung, tetapi memberikan semua alat yang Anda perlukan untuk membersihkan sistem dari baris perintah. Panduan bergaya ringkasan ini memberikan referensi cepat tentang perintah-perintah yang berguna untuk membebaskan ruang diska dan menjaga sistem Anda tetap teratur dengan menghapus citra, kontainer, dan volume Docker.
In cloud-based environments, there are multiple ways to scale and secure a Django application. By scaling horizontally, and running several copies of your app, you can build a more fault-tolerant and highly-available system, while also…
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.
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.
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.