stilleshan/mc.

147 0 amd64 arm64

Build Information

General build information for this image

Docker Hub stilleshan/mc
Build Time 16 Feb 2022 04:52:03
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2022-02-16 16 Feb 2022 at 04:52:02

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  mc:
    image: stilleshan/mc:2022-02-16
    container_name: mc
    restart: no

CLI

docker create \
  --name=mc \  --restart no \
  stilleshan/mc:2022-02-16