Koha is the world's first free, open source, full-featured, scalable library management system
547
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.1124.11 tag For amd64 (x86_64) architecture
docker run -d --privileged --name koha -p 8000:8000 -p 8001:8001 muntashir84/koha:24.11For arm64 architecture
docker run -d --privileged --name koha -p 8000:8000 -p 8001:8001 muntashir84/koha:24.11-arm64and 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
Content type
Image
Digest
sha256:c1c413123…
Size
762.7 MB
Last updated
9 months ago
docker pull muntashir84/koha:25.11