martinvelos

Results 2 comments of martinvelos

It think that remained, see: ``` $ docker run -it --entrypoint sh --volume ~/.kube/:/root/.kube/:ro exarkun/kubetop -c id uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),11(floppy),20(dialout),26(tape),27(video) ``` Seems like something with the volume mapping: ``` $...

Aah, I see, o Fedora, where Selinux rules, we need to use the `:Z` mapping, which I don't undrsand properly, but have similar troubles when running `docker-compose`. `docker run -it...