stilleshan/linux-command.

2,641 2 amd64 unknown unknown arm64

Build Information

General build information for this image

Docker Hub stilleshan/linux-command
Build Time 11 Dec 2023 05:11:52
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:11:51

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

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

CLI

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