SMILER icon indicating copy to clipboard operation
SMILER copied to clipboard

Calling docker without sudo

Open matthias-k opened this issue 6 years ago • 0 comments

Hi @tkunic,

I'm testing SMILER right now, it is really nice to work with! I ran into one minor issue: On the machine I'm using it, I don't have sudo rights, therefore I can't call docker as sudo docker. But this is hardcoded for smiler clean (and hardcoded without sudo for smiler run). It would be nice to either have an option to specify whether to use sudo, or to not use it at all. In the latter case, one can still use it via, e.g., alias docker="sudo docker"

Best, Matthias

matthias-k avatar Sep 04 '19 12:09 matthias-k