Sign inSign up

muntashir84/koha

By muntashir84

Updated 9 months ago

Koha is the world's first free, open source, full-featured, scalable library management system

Image
Web servers
Operating systems
Databases & storage
0

547

muntashir84/koha repository overview

If you're using the amd64 (x86_64) architecture, please pull the 24.11 tag or 25.11 tag. However, if you're using the arm64 architecture (such as some Mac OS devices or mobile devices), use the 24.11-arm64 tag instead.

Use the following command to run the container via terminal or Windows Command Prompt (CMD), then press Enter to execute:

25.11 tag For amd64 (x86_64) architecture

docker run -d --privileged --name koha -p 8000:8000 -p 8001:8001 muntashir84/koha:25.11

24.11 tag For amd64 (x86_64) architecture

docker run -d --privileged --name koha -p 8000:8000 -p 8001:8001 muntashir84/koha:24.11

For arm64 architecture

docker run -d --privileged --name koha -p 8000:8000 -p 8001:8001 muntashir84/koha:24.11-arm64

koha2

and then open the following URL in the browser

http://localhost:8001 for staff interface
Administrator account:
Username: admin
Password: Admin123

http://localhost:8000 for OPAC

Tag summary

Content type

Image

Digest

sha256:c1c413123

Size

762.7 MB

Last updated

9 months ago

docker pull muntashir84/koha:25.11