linuxserver/tester.

7,847 1 amd64

Build Information

General build information for this image

Docker Hub linuxserver/tester
Build Time 25 Apr 2023 15:08:33
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-66f677b0 25 Apr 2023 at 15:08:33

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  tester:
    image: linuxserver/tester:version-66f677b0
    container_name: tester
    restart: no

CLI

docker create \
  --name=tester \  --restart no \
  linuxserver/tester:version-66f677b0