Skip to content

takehiko/docker-pgroonga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

docker-pgroonga

A Docker image for PGroonga, including:

  • PGroonga 2.3.8
  • Groonga 12.0.6
  • MeCab 0.996 + IPADIC 2.7.0-20070801
  • PostgreSQL 12 / Alpine Linux

Build

docker build -t takehiko/pgroonga .

Run

docker run --rm -d -p 45432:5432 --name pgr takehiko/pgroonga

If you need a Docker image including PostgreSQL 14

git checkout -b pg-14 origin/pg-14
docker build -t takehiko/pgroonga:pg-14 .
docker run --rm -d -p 45432:5432 --name pgr takehiko/pgroonga:pg-14

See also

About

A Docker Image for PGroonga

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published