diff --git "a/docs/50_\342\214\250\357\270\217_Usage.md" "b/docs/50_\342\214\250\357\270\217_Usage.md" index 4fefa106c249575eadef6de7a60214080bf0548e..a99e4bf9d2da08d4b9639e36ab1bdc4f00948cc4 100644 --- "a/docs/50_\342\214\250\357\270\217_Usage.md" +++ "b/docs/50_\342\214\250\357\270\217_Usage.md" @@ -5,8 +5,18 @@ If you simply start the init.sh then you get an interactive mode. There is a menu offerning a key and the description for its action. If an action is finished you get the menu again. +In dependency of the status - a template was changed or if containers are running - the menu shows possible options. + +If the container is not running: +  +... and after starting the container: + + + +If the database container is running you get additional items to dump/ restore databases and the mysql client. + ### Command line parameters The script supports command line parameters to use it in scripts. Use `-h` to get a help: diff --git a/docs/_index.md b/docs/_index.md index 13dd993d79b849cef175cf4106e4077a5e6a11fb..08947f1d633453f3f3f35d03988dec93df2770c0 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -8,9 +8,8 @@ </div> </html> - Free software and Open Source from University of Bern :: IML - Institute of Medical Education 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/docker-php-starterkit> \ 📜 License: GNU GPL 3.0 \ -📖 Docs: <https://os-docs.iml.unibe.ch/docker-php-starterkit/> +📗 Docs: <https://os-docs.iml.unibe.ch/docker-php-starterkit/> diff --git a/readme.md b/readme.md index a8d3b386f54cd18423506477d8d9b28310d7d552..b68ad5925e8ad94c1e9ec05ba862b915192752fc 100755 --- a/readme.md +++ b/readme.md @@ -1,11 +1,10 @@ - # Docker starter kit # Free software and Open Source from University of Bern :: IML - Institute of Medical Education 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/docker-php-starterkit> \ 📜 License: GNU GPL 3.0 \ -📖 Docs: <https://os-docs.iml.unibe.ch/docker-php-starterkit/> +📗 Docs: <https://os-docs.iml.unibe.ch/docker-php-starterkit/> - - - @@ -15,4 +14,12 @@ This template folder brings up a docker container with a PHP 8.x dev environment It can add an optionally 2nd container with a Mariadb instance. +In dependency of the status - a template was changed or if containers are running - the menu shows possible options. + +If the container is not running: +  + +... and after starting the container: + + \ No newline at end of file