Title logo
linuxserver/nntp2nntp.

547,669 4 arm64 amd64 arm

Build Information

General build information for this image

Docker Hub linuxserver/nntp2nntp
Build Time 13 Oct 2022 14:03:31
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.3.20221013 13 Oct 2022 at 14:03:31

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  nntp2nntp:
    image: linuxserver/nntp2nntp:0.3.20221013
    container_name: nntp2nntp
    restart: no

CLI

docker create \
  --name=nntp2nntp \  --restart no \
  linuxserver/nntp2nntp:0.3.20221013