You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use the following command to build a Ballerina package:
docker run ballerina/ballerina:nightly bal pack
But when we run this command, the docker run have to have root permissions (AFAIU). We can provide -u 1000:1000 to the docker command, but this results in creating a directory named ? and inside that directory the .ballerina directory is created by the bal tool. Ideally this directory shouldn't be created.
The text was updated successfully, but these errors were encountered:
Description:
We can use the following command to build a Ballerina package:
But when we run this command, the docker run have to have root permissions (AFAIU). We can provide
-u 1000:1000
to the docker command, but this results in creating a directory named?
and inside that directory the.ballerina
directory is created by thebal
tool. Ideally this directory shouldn't be created.The text was updated successfully, but these errors were encountered: