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>