Skip to content

semanticlib/idzebra-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Idzebra Docker image

Introduction

This Dockerfile provides Zebra and YAZ on Alpine Linux as Docker image.

The default configuration requires YAZ GFS file.

Quickstart

Building the image

git clone https://github.com/semanticlib/idzebra-docker.git
cd idzebra-docker
docker build .

Building a tagged image

A tagged image can be used to reference it in another Dockerfile (for extension).

docker build -t idzebra:latest .

Running

docker run -p 9998:9998 idzebra:latest

About

Docker image for Zebra (https://www.indexdata.com/resources/software/zebra/), includes YAZ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published