https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27844
--- Comment #3 from David Cook <[email protected]> --- Here are some instructions on how to create a koha-testing-docker container with Systemd using Docker: Systemd in container (insecurely): 0. Build an image FROM koha/koha-testing:master 1. Install systemd and systemd-sysv 2. CMD ["/sbin/init"] 3. Update your docker-compose file to use this new systemd image for koha container 4. Update your docker-compose file to use "privileged: true" to the koha container 5. Enter into the koha container and run /kohadevbox/run.sh by hand 6. systemctl daemon-reload 7. service koha-common stop 8. service koha-common start -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
