This repository has been archived by the owner on May 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker-app-manager: Allow host-specific parameters
Docker Apps have the notion of a local paramters file that allows you to render an app with host specific customizations. An example of a parameters file is: https://github.com/docker/app/blob/master/examples/voting-app/voting-app.dockerapp/parameters/production.yml Where its default parameters are: https://github.com/docker/app/blob/master/examples/voting-app/voting-app.dockerapp/parameters.yml Signed-off-by: Andy Doan <[email protected]>
- Loading branch information
1 parent
54fb3c3
commit 5612a16
Showing
3 changed files
with
8 additions
and
0 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
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