Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mowgli
docker
Commits
2677fff1
Commit
2677fff1
authored
Sep 22, 2020
by
Daniel Seybold
Browse files
added reset script, added author description to docker-compose
parent
26e32e20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
docker-compose.yml
docker-compose.yml
+4
-1
resetMowgli
resetMowgli
+15
-0
No files found.
docker-compose.yml
View file @
2677fff1
version
:
'
2'
# author: Daniel Seybold
# contact: daniel.seybold@uni-ulm.de
# description: sets up the Mowgli framework
version
:
'
2'
services
:
####### Cloudiator components #########
...
...
resetMowgli
0 → 100755
View file @
2677fff1
#!/bin/bash
echo
"starting to reset Mowgli..."
docker-compose down
docker system prune
-f
docker volume prune
-f
rm
-r
/var/lib/cloudiator/cloudiator-store/
*
docker-compose up
-d
echo
"finished resetting Mowgli!"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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