-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
45 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Basic Exhibit | ||
============= | ||
|
||
Quickest way to get up and running with a persistent data volume. | ||
|
||
|
||
### Startup | ||
``` | ||
docker-compose up | ||
``` | ||
|
||
### Teardown | ||
``` | ||
docker-compose down -v | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
LDAP Exhibit | ||
============= | ||
|
||
This setup configures Rundeck to authenticate users against LDAP. | ||
|
||
### Startup | ||
``` | ||
docker-compose up | ||
``` | ||
|
||
### Teardown | ||
``` | ||
docker-compose down -v | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
MySQL Exhibit | ||
============= | ||
|
||
Demonstrates configuring Rundeck to use MySQL as an external database. | ||
|
||
|
||
### Startup | ||
``` | ||
docker-compose up | ||
``` | ||
|
||
### Teardown | ||
``` | ||
docker-compose down -v | ||
``` |