Created
October 1, 2019 10:22
-
-
Save hasuniea/d9c210a8ed401945bd6d8b578655c9ea to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| [docker] | |
| [docker.dockerConfig] | |
| enable = true | |
| name = "bookstore" | |
| registry = 'hasuniea' | |
| tag = 'v1' | |
| #buildImage = '' | |
| #dockerHost = '' | |
| #dockerCertPath = '' | |
| #baseImage = '' | |
| #enableDebug = '' | |
| #debugPort = '' | |
| #push = '' | |
| username = '' | |
| password = '' | |
| [docker.dockerCopyFiles] | |
| enable = true | |
| [[docker.dockerCopyFiles.files]] | |
| source = '/Users/hasunie/RD/ScreenCast/wso2am-micro-gw-toolkit-3.0.2-SNAPSHOT/resources/conf/micro-gw.conf' | |
| target = '/home/ballerina/conf/micro-gw.conf' | |
| isBallerinaConf = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment