Deedss commented on code in PR #731: URL: https://github.com/apache/celix/pull/731#discussion_r1558213019
########## .devcontainer/devcontainer.json: ########## @@ -0,0 +1,7 @@ +{ + "name": "Apache Celix Dev Container", + "build": { + "dockerfile": "Dockerfile" + }, + "postCreateCommand": "sh .devcontainer/setup.sh" Review Comment: Tested on fedora 39/40 with VSCode and rootless podman, had to add the runArgs for keep-id, otherwise this would result in a failure to run. This argument maps the user account to same UID within the container. https://docs.podman.io/en/v4.4/markdown/options/userns.container.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org