linuxserver/readme-sync.

1,424 0 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/readme-sync
Build Time 21 Feb 2024 16:51:47
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 84f2d0c3-ls27 21 Feb 2024 at 16:51:46

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:84f2d0c3-ls27
    container_name: readme-sync
    restart: no

CLI

docker create \
  --name=readme-sync \  --restart no \
  linuxserver/readme-sync:84f2d0c3-ls27