The word lists imported into this database were originally published alongside the dictionary program DING by Frank Richter.
The program and lists are distributed under the GNU FDL, GPL, and Creative Commons CC-BY-SA licenses.
Many thanks to Frank Richter for making these lists available!
This image contains a PostgreSQL database with schemas for English and Spanish dictionaries.
The database is named dictionaries and is owned by the user translator.
Schemas inside the database are named according to the language they contain, e.g. english or spanish.
Each schema contains a single table named translations.
The Docker image is available for amd64, arm/v6, arm/v7 and 386 platforms.
The following command starts a container and sets the PostgreSQL admin user password to secret:
docker run --rm -d \
--publish 5433:5432 \
--env POSTGRES_PASSWORD=secret \
--env TRANSLATOR_USER=translator \
--env TRANSLATOR_PASSWORD=anothersecret trinimon/dictionaries:latest
The database port is published on port 5433. The user translator has the predefined password secret.
Please note: during the first startup, the word lists are imported into the database. This initialization process may take a few minutes, which delays the availability of the database login. On subsequent container starts, no import is performed and the database becomes available more quickly.
Once the import is complete, connect to the dictionaries database and explore the language schemas to find the dictionary tables.
See license information for Alpine and PostgreSQL.
For license information of the word list see this page.
Content type
Image
Digest
sha256:7742b3b23…
Size
146.1 MB
Last updated
6 months ago
docker pull trinimon/dictionaries