linuxserver/readme-sync.

44 0 arm arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/readme-sync
Build Time 10 Mar 2023 21:26:55
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-e650f421 10 Mar 2023 at 21:26:55

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-e650f421
    container_name: readme-sync
    restart: no

CLI

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