You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the filtering of base images relies on the containerit container to have access to a Docker socket (works) but also the container must be run as a user with access to Docker - which the rstudio user is not. One could add rstudio to the local Docker user group on developer machines, but that's not good.
So the package detection only works when muncher is running containerised.
A better solution in the long run would be to move the detection of installed packages to it's own API endpoint, whose implementing service could be written in R (or just be added to o2r-inspecter).
A web service would also be beneficial for caching!
The text was updated successfully, but these errors were encountered:
nuest
added a commit
to nuest/o2r-muncher
that referenced
this issue
Aug 15, 2018
Right now as implemented in
the filtering of base images relies on the
containerit
container to have access to a Docker socket (works) but also the container must be run as a user with access to Docker - which therstudio
user is not. One could addrstudio
to the local Docker user group on developer machines, but that's not good.So the package detection only works when muncher is running containerised.
A better solution in the long run would be to move the detection of installed packages to it's own API endpoint, whose implementing service could be written in R (or just be added to
o2r-inspecter
).A web service would also be beneficial for caching!
The text was updated successfully, but these errors were encountered: