strausmann/bloonix_postgresql.

A Docker Image for the Bloonix Monitoring Database

350 1 amd64

Build Information

General build information for this image

Docker Hub strausmann/bloonix_postgresql
Build Time 18 Oct 2022 00:08:36
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2.0.1 18 Oct 2022 at 00:07:57

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  bloonix_postgresql:
    image: strausmann/bloonix_postgresql:2.0.1
    container_name: bloonix_postgresql
    restart: no

CLI

docker create \
  --name=bloonix_postgresql \  --restart no \
  strausmann/bloonix_postgresql:2.0.1