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

In NexusDockerVerveineJRunner, copy the json files created, don't move them #7

Open
NicolasAnquetil opened this issue Dec 17, 2024 · 0 comments

Comments

@NicolasAnquetil
Copy link

On linux, docker creates model file (json) with root owner (because docker creates a virtual computer that has no idea of the user running docker on the host computer).

This makes it a bit more difficult to handle the file afterward.

  1. The known solution to this is copy the file generated to some other location or name (what NexusDockerVerveineJRunner already wants to do) and here the copied file will have the right owner
  2. remove the root owned file (needs "forcing it": rm -f) which is possible if it is in a directory owned by the user (with write rights on it). See also Create 'sources' directory explicitly in Pharo #6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant