Knotx / knotx-example-project

Example Project contains samples of various Knot.x modules implementations and usages
https://knotx.io
Apache License 2.0
4 stars 12 forks source link

rewrite docker tutorial #51

Closed Mateusz512 closed 4 years ago

Mateusz512 commented 4 years ago

Motivation and Context

Docker tutorial involved too many concepts. Now it's just a matter of creating new Handler

Types of changes

Simplify the tutorial. Use new starter-kit (capable of docker/stack build)

Checklist:


I hereby agree to the terms of the Knot.x Contributor License Agreement.

tomaszmichalak commented 4 years ago

azure-pipelines.yml

after stack build please add:

- script: |
    ./distribution/docker/gradlew -p ./distribution/docker build-docker --info
  displayName: 'Build: Distribution -> Docker'