Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ballerina Docker Run Command Should be Able to Run Without Root Permission #5046

Open
ThisaruGuruge opened this issue Nov 15, 2023 · 0 comments
Labels

Comments

@ThisaruGuruge
Copy link
Member

Description:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant