Y
Hacker News
new
|
ask
|
show
|
jobs
by
ErroneousBosh
61 days ago
How often do you log in as root, or use sudo to become root, when you're working with Docker containers?
Because I never do, unless I'm down in the depths of /var/lib/docker doing stuff I shouldn't.
1 comments
otabdeveloper4
61 days ago
That just means you outsourced the `sudo` invocations to some other person. (Which is even worse.)
link
ErroneousBosh
61 days ago
No, it means I understand how Unix permissions work.
link
otabdeveloper4
60 days ago
Glib response, but in reality you basically cannot do
anything
in a modern Linux system without root except read and write files in your home directory.
link