docker init script: added start of mysql in the database container
Compare changes
+ 41
− 5
@@ -26,6 +26,8 @@
@@ -39,7 +41,7 @@ _self=$( basename "$0" )
@@ -66,6 +68,7 @@ DC_CONFIG_CHANGED=0
@@ -107,11 +110,15 @@ function _getStatus_docker(){
@@ -137,6 +144,15 @@ function _key(){
@@ -148,44 +164,60 @@ function showMenu(){
@@ -706,6 +738,10 @@ while true; do