Sign inSign up

xuxuclassmate/dameng

By xuxuclassmate

•Updated 6 months ago

DAMENG DataBases version:8.1.2 / 20251203

Image
7

10K+

xuxuclassmate/dameng repository overview

⁠Dameng Database (DM8) Docker Image

This image provides a lightweight, auto-initializing instance of **Dameng Database 8.1.2 / 20251203

⁠📌 Version Information

  • Default Tag (latest): Based on DM8 V8.1.2 (Stable, Optimized for Size).
  • Latest Build Tag (20251203): Based on DM8 V8.1.2.128 (Includes latest patches and updates).

⚠️ Note on Versions: The latest tag points to the stable, smaller-sized version. The new 20251203 build includes updated binaries and libraries, resulting in a larger image size.

If you require the latest security patches and features, please explicitly pull the specific tag:

docker pull xuxuclassmate/dameng:20251203

⁠🚀 Quick Start

⁠1. Pull the Image

For the latest stable version (Recommended for most users):

docker pull xuxuclassmate/dameng

⁠2、Start Container

docker run -d -p 5236:5236 --restart=always --name dameng --privileged=true -e PAGE_SIZE=16 -e LD_LIBRARY_PATH=/opt/dmdbms/bin -e INSTANCE_NAME=dm8db xuxuclassmate/dameng

⁠3、Entering the container

docker exec -it dameng bash

⁠4、Log in to dameng database

./opt/dmdbms/bin/disql SYSDBA/SYSDBA001

Default account : SYSDBA

Default Password : SYSDBA001



⁠ENABLE_BLOB_CMP_FLAG:

0: not supported; 1: supported. After setting to 1, DISTINCT, ORDER BY, analysis function and set function are supported to handle large fields.

⁠How to modify

sp_set_para_value(1,'ENABLE_BLOB_CMP_FLAG',1);

Tag summary

Content type

Image

Digest

sha256:c40883234…

Size

158.4 MB

Last updated

over 2 years ago

docker pull xuxuclassmate/dameng