-
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.
Merge pull request #25 from cego/dest-network-detach
Attach/detach to network
- Loading branch information
Showing
2 changed files
with
101 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# Container manager | ||
Used to ensure that containers is running. | ||
Used to ensure that containers listed in config.yml is running and | ||
is connected to Docker networks. | ||
|
||
- Start/stop containers listed in config.yml | ||
- Add to network listed in config.yml | ||
- Detach from network if it is not being used (attachAllNetwork only) | ||
|
||
See config.example.yaml for configutation example. |
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