From 64408031244d5325d0437855096f979801f9448a Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Wed, 25 Dec 2024 18:46:16 +0100 Subject: [PATCH] add simple docker exemple and add some platforms --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cc72d9..35a11c1 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,16 @@ ## 1. THE SHORT WAY -In your futur server, with Docker compose installed, execute: +In your futur server, with Docker installed, execute: + + docker run -d --name dotclear -p 80:80 -v dotclear:/var/www/dotclear + +or with Docker compose installed, execute: curl -fsSL -o docker-compose.yaml https://raw.githubusercontent.com/JcDenis/docker-dotclear/refs/heads/master/docker-compose.yaml && docker-compose up -d + ## 2. WHAT IS DOTCLEAR Dotclear is an open-source web publishing software. @@ -69,13 +74,12 @@ Or to build image from unstable canal, from the Dokerfile path, execute: Builds should support: * postgresql and mysql and sqlite database -* linux/386,linux/amd64,linux/arm64,linux/arm/V7 plateforms +* linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x (and more) plateforms * docker container healthcheck ### 3.3 DOCKER - #### 3.3.1 Exemple of a docker compose file with a mariadb database Create and edit a **docker-compose.yaml** file and put into it this contents :