Title logo
linuxserver/raneto.

3,579,073 30 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/raneto
Build Time 07 Dec 2024 22:05:11
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.17.8 07 Dec 2024 at 22:04:43

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  raneto:
    image: linuxserver/raneto:0.17.8
    container_name: raneto
    restart: no

CLI

docker create \
  --name=raneto \  --restart no \
  linuxserver/raneto:0.17.8