From 98b5dc7b5fb3f7dfeb78b3124cbeccba6fe97ed3 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Wed, 20 Nov 2024 17:05:54 +0100 Subject: [PATCH] update docs --- "docs/50_\342\214\250\357\270\217_Usage.md" | 10 ++++++++++ readme.md | 11 +++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) 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 4fefa10..a99e4bf 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/readme.md b/readme.md index a8d3b38..b68ad59 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 -- GitLab