-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use volume for orderly root + git config
- Loading branch information
1 parent
fe662f7
commit 99a382a
Showing
3 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
#!/usr/bin/env bash | ||
set -x | ||
|
||
docker kill orderly.runner_redis orderly.runner_server orderly.runner_worker | ||
docker network rm orderly.runner_network | ||
docker kill \ | ||
orderly.runner_redis \ | ||
orderly.runner_server \ | ||
orderly.runner_worker \ | ||
orderly.runner_debug | ||
|
||
docker rm \ | ||
orderly.runner_redis \ | ||
orderly.runner_server \ | ||
orderly.runner_worker \ | ||
orderly.runner_debug | ||
|
||
docker network rm orderly.runner_network | ||
|
||
docker volume rm orderly-root-volume |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters