sakaicontrib / docker-sakai-builder

Some docker commands to get Sakai build and running 100% in docker
6 stars 7 forks source link

Try to startup database if we start tomcat and it's not running #19

Open jonespm opened 1 year ago

jonespm commented 1 year ago

If someone just runs ./sakai-dock.sh tomcat It has the error

docker: Error response from daemon: Cannot link to a non running container: /sakai-mariadb AS /sakai-tomcat/sakai-mariadb.
Error response from daemon: Cannot link to a non running container: /sakai-mariadb AS /sakai-tomcat/sakai-mariadb

This should probably just try to at least start the MariaDB server first