Open edwins opened 5 months ago
Will work on it soon.
Just realized that dockering the tool incurs several issues.
~/.irods
dir with docker container will allow gocommands running in the container to access the configuration file. But password file cannot be decrypted as it requires the same uid
as host while docker container manages uid
s independently. This means he should type password every time. To type password, need to also pass -t -i
flags. Docker command will get longer like -v ~/.irods:/root/.irods -it
...Any thoughts?
Given the pervasiveness of containers, it would be nice to have a docker image that would have gocommands installed.
A couple suggestions