
Prerequisites : docker configured and running, curl
In this tutorial we will explore how we can create a docker container which has a Ballerina service embedded within. Ballerina supports dockerizing out of the box. Here is how you can achieve this.
Method 01 : Creating your own docker image
First download the ballerina tools distribution. The latest ballerina pack can be found at : https://ballerinalang.org/downloads/
Extract the...