Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
kaana.red
explorer.kaana.red
Commits
56fa09ce
Commit
56fa09ce
authored
Jul 24, 2020
by
TonyFord
Browse files
add exec command
parent
9ac19457
Changes
1
Hide whitespace changes
Inline
Side-by-side
control.sh
View file @
56fa09ce
...
...
@@ -8,6 +8,9 @@ else
fi
case
$1
in
"exec"
)
docker-compose
exec
$2
$3
;;
"ps"
)
docker-compose ps
;;
...
...
@@ -25,7 +28,7 @@ case $1 in
docker-compose
exec
-T
app python3 websrv.py
;;
"stop"
)
docker-compose stop
docker-compose stop
$2
;;
"uninstall"
)
docker-compose stop
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment