Title logo
linuxserver/raneto.

3,584,266 31 unknown amd64 arm64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/raneto
Build Time 15 Feb 2025 22:00:11
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 15 Feb 2025 at 21:59:59

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:latest
    container_name: raneto
    restart: no

CLI

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