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
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
Merged
1.25
1.25
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Hahn Axel (hahn)
requested to merge
1.25
into
master
6 months ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
98b5dc7b
Prev
Next
Show latest version
2 files
+
19
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
98b5dc7b
update docs
· 98b5dc7b
Hahn Axel (hahn)
authored
6 months ago
docs/50_⌨️_Usage.md
+
10
−
0
Options
@@ -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