Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CTI Tools
tosca2doc
Commits
15a4f039
Commit
15a4f039
authored
May 16, 2019
by
carignani
Browse files
simple script to rebuild/restart docker
parent
8a7be03d
Changes
1
Hide whitespace changes
Inline
Side-by-side
relaunch.sh
0 → 100644
View file @
15a4f039
CNT
=
$(
docker ps |
grep
tosca-ie |
cut
-d
" "
-f1
)
if
[
"
$CNT
"
!=
""
]
;
then
docker stop
"
$CNT
"
fi
docker build
-t
tosca-ie-sample:latest
.
docker run
-d
-t
-p
5000:5000 tosca-ie-sample
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