Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-php-starterkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
docker-php-starterkit
Merge requests
!26
1.25
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
1.25
1.25
into
master
Overview
0
Commits
2
Pipelines
0
Changes
3
Merged
Hahn Axel (hahn)
requested to merge
1.25
into
master
8 months ago
Overview
0
Commits
2
Pipelines
0
Changes
3
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
16b7a46e
2 commits,
8 months ago
3 files
+
20
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
docs/50_⌨️_Usage.md
+
10
−
0
View file @ 16b7a46e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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:
Loading