linuxserver/readme-sync.

670 0 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/readme-sync
Build Time 25 Sep 2023 12:40:03
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-cb900760 25 Sep 2023 at 12:40:03

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  readme-sync:
    image: linuxserver/readme-sync:version-cb900760
    container_name: readme-sync
    restart: no

CLI

docker create \
  --name=readme-sync \  --restart no \
  linuxserver/readme-sync:version-cb900760