stilleshan/myurls.

2,324 3 amd64 arm64 unknown unknown

Build Information

General build information for this image

Docker Hub stilleshan/myurls
Build Time 02 May 2024 14:58:16
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 02 May 2024 at 14:58:13

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

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

CLI

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