Skip to content

Instantly share code, notes, and snippets.

@hasuniea
Created October 1, 2019 10:22
Show Gist options
  • Save hasuniea/30f3913ce46ac469bbb110dbc9a74ff4 to your computer and use it in GitHub Desktop.
Save hasuniea/30f3913ce46ac469bbb110dbc9a74ff4 to your computer and use it in GitHub Desktop.
[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