Comment installer un discours sur Ubuntu 18.04
Discourse est une plate-forme de discussion à code source ouvert. Elle peut être utilisée comme une liste de diffusion, un forum de discussion ou un salon de discussion. Dans ce tutoriel,…
Discourse est une plate-forme de discussion à code source ouvert. Elle peut être utilisée comme une liste de diffusion, un forum de discussion ou un salon de discussion. Dans ce tutoriel,…
[Rancher](https://rancher.com/) is a popular open-source container management platform, version 2.0 incorporates Kubernetes. This tutorial goes through setting up multi-node deployments using Rancher, Kubernetes, and Docker Machine on Ubuntu 18.04.
Docker – это приложение, позволяющее легко и быстро запускать другие приложения и процессы в контейнерах, которые подобны виртуальным машинам, но являются при этом более портируемыми, потребляют меньше ресурсов, а также меньше зависят от операционной системы машины-хоста. Для…
Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. Kubernetes — это система оркестровки контейнеров,…
Jenkins uses a pluggable architecture to provide most of its functionality. JCasC makes use of the Configuration as Code plugin, which allows you to define the desired state of your Jenkins configuration as one or more YAML file(s), eliminating the need for the setup wizard. In this tutorial, you will automate the installation and configuration of Jenkins using Docker and the Jenkins Configuration as Code (JCasC) method.
In diesem Schnellstartleitfaden installieren wir Docker Compose auf einem Ubuntu 20.04-Server. Eine ausführlichere Version dieses Tutorials mit genaueren Erklärungen zu den einzelnen Schritten finden Sie unter [Installieren und Verwenden…
Plausible Analytics is an open-source, self-hosted web analytics application written in Elixir. It focuses on being simple, and privacy-focused. In this tutorial you will install the Plausible app and a few helper services using Docker Compose, then install Nginx and Certbot to set up a secure HTTPS reverse proxy.
L’auteur a choisi le Free and Open Source Fund comme récipiendaire d’un don dans le cadre du programme Write for DOnations. Discourse est une plate-forme de…
Este tutorial traz um passo a passo para ajudá-lo na criação de uma imagem de aplicativo para um website estático que utilize o framework Express e o Bootstrap. Em seguida, você irá compilar um contêiner usando essa imagem,…
In this the cloud provider article, our goal is to learn about creating a docker container from a base image and building it to run Nginx (layer by layer). Later, following the steps from the beginning, we create a Dockerfile to automate the process using a custom input file for configurations. In the end, using this Nginx docker image, it becomes possible to create self-contained sandboxes running Nginx, which can be used to serve “dockerised” applications.