stilleshan/epusdt.

1,253 1 unknown arm64 amd64 unknown

Build Information

General build information for this image

Docker Hub stilleshan/epusdt
Build Time 13 Feb 2024 01:42:43
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 13 Feb 2024 at 01:42:41

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

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

CLI

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