linuxserver/nano.

2,848,248 26 arm arm64 amd64 Deprecated

Build Information

General build information for this image

Docker Hub linuxserver/nano
Build Time 22 May 2022 04:23:28
Synchronised Yes
Stable Yes
Deprecated Yes

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 21.2.20220522 22 May 2022 at 04:23:28

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  nano:
    image: linuxserver/nano:21.2.20220522
    container_name: nano
    restart: no

CLI

docker create \
  --name=nano \  --restart no \
  linuxserver/nano:21.2.20220522