From 314e076760bc3b8a7088ccafa46bc899cc885f46 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 7 Oct 2020 13:11:19 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-pydio-cells.md | 45 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/images/docker-pydio-cells.md b/images/docker-pydio-cells.md index 7d9acfe52..de1d9f7bd 100644 --- a/images/docker-pydio-cells.md +++ b/images/docker-pydio-cells.md @@ -29,26 +29,7 @@ The architectures supported by this image are: Here are some example snippets to help you get started creating a container from this image. -### docker - -``` -docker create \ - --name=pydio-cells \ - --hostname=pydio-cells \ - -e PUID=1000 \ - -e PGID=1000 \ - -e TZ=Europe/London \ - -e EXTERNALURL=yourdomain.url \ - -e SERVER_IP=0.0.0.0 `#optional` \ - -p 8080:8080 \ - -p 33060:33060 `#optional` \ - -v /path/to/appdata/config:/config \ - --restart unless-stopped \ - linuxserver/pydio-cells -``` - - -### docker-compose +### docker-compose ([recommended](https://docs.linuxserver.io/general/docker-compose)) Compatible with docker-compose v2 schemas. @@ -70,11 +51,29 @@ services: - /path/to/appdata/config:/config ports: - 8080:8080 - ports: - 33060:33060 #optional restart: unless-stopped ``` +### docker cli + +``` +docker run -d \ + --name=pydio-cells \ + --hostname=pydio-cells \ + -e PUID=1000 \ + -e PGID=1000 \ + -e TZ=Europe/London \ + -e EXTERNALURL=yourdomain.url \ + -e SERVER_IP=0.0.0.0 `#optional` \ + -p 8080:8080 \ + -p 33060:33060 `#optional` \ + -v /path/to/appdata/config:/config \ + --restart unless-stopped \ + linuxserver/pydio-cells +``` + + ## Parameters Docker images are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate `:` respectively. For example, `-p 8080:80` would expose port `80` from inside the container to be accessible from the host's IP on port `8080` outside the container. @@ -148,9 +147,9 @@ Then access the web gui setup wizard at `https://SERVER_IP:8080` if accessing lo ## Docker Mods -[![Docker Mods](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=mods&query=%24.mods%5B%27pydio-cells%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=pydio-cells "view available mods for this container.") +[![Docker Mods](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pydio-cells&query=%24.mods%5B%27pydio-cells%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=pydio-cells "view available mods for this container.") [![Docker Universal Mods](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=universal&query=%24.mods%5B%27universal%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=universal "view available universal mods.") -We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) can be accessed via the dynamic badge above. +We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) as well as universal mods that can be applied to any one of our images can be accessed via the dynamic badges above. ## Support Info