We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can run everything in one container, but the recommended setup is to split Koha in three/four parts:
docker run -d -v "koha_mysql_data:/var/lib/mysql" mysql:5.6.20
docker run -d -v "koha_index:/var/lib/koha/myKoha" digibib/koha:<GITREF>