Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. [docker]
  2. [docker.dockerConfig]
  3. enable = true
  4. name = "bookstore"
  5. registry = 'hasuniea'
  6. tag = 'v1'
  7. #buildImage = ''
  8. #dockerHost = ''
  9. #dockerCertPath = ''
  10. #baseImage = ''
  11. #enableDebug = ''
  12. #debugPort = ''
  13. #push = ''
  14. username = ''
  15. password = ''
  16. [docker.dockerCopyFiles]
  17. enable = true
  18. [[docker.dockerCopyFiles.files]]
  19. source = '/Users/hasunie/RD/ScreenCast/wso2am-micro-gw-toolkit-3.0.2-SNAPSHOT/resources/conf/micro-gw.conf'
  20. target = '/home/ballerina/conf/micro-gw.conf'
  21. isBallerinaConf = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement