stilleshan/nali.

286 1 arm64 unknown unknown amd64

Build Information

General build information for this image

Docker Hub stilleshan/nali
Build Time 11 Dec 2023 05:25:44
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 11 Dec 2023 at 05:25:42

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  nali:
    image: stilleshan/nali:latest
    container_name: nali
    restart: no

CLI

docker create \
  --name=nali \  --restart no \
  stilleshan/nali:latest