arm32v7/ubuntu:xenial + HK Localization + mongodb v2.4
948
https://hub.docker.com/_/mongo this is modified from official Dockerfiles, by removed the incompatible statement to build a new images. and added HK Localization with Timezone and en_HK.UTF-8 support.
To run the docker, I suggested that execute:
docker run --restart=always -d -e MONGO_INITDB_ROOT_USERNAME=用戶 -e MONGO_INITDB_ROOT_PASSWORD=密碼 -p 27017:27017 scg990129/mongodb , which 用戶 is custom username and 密碼 is custom password
or reference to https://hub.docker.com/_/mongo guideline for future study.
The Dockerfiles is here https://github.com/scg990129/mongodb
Content type
Image
Digest
Size
131.2 MB
Last updated
over 7 years ago
docker pull scg990129/mongodb