@sprat commented on GitHub (Dec 9, 2022):
Note: I can file a pull request adding the STOPSIGNAL directive if you agree with the approach
@sigoden commented on GitHub (Dec 9, 2022):
welcome to submit a pr to add STOPSIGNAL directive to Dockerfile.
@sprat commented on GitHub (Dec 9, 2022):
done ;)
@sigoden commented on GitHub (Feb 24, 2023):
It's easy to upload a folder using the UI or webdav client.
Even in a terminal, it's also easy for you to upload…
@sigoden commented on GitHub (Dec 8, 2022):
use user to specific uid:pid of running process.
docker run -u $(id -u):$(id -g) -v `pwd`:/data -p…
@NERVEbing commented on GitHub (Dec 8, 2022):
use
userto specific uid:pid of running process.docker run -u $(id -u):$(id -g) -v `pwd`:/data…
@sigoden commented on GitHub (Dec 8, 2022):
Will add --allow-zip-folder option to explicitly allow download folder as zip file
@humbinal commented on GitHub (Dec 9, 2022):
Thank you, that would be great! By the way, when will it be released?
@sigoden commented on GitHub (Dec 10, 2022):
maybe next week