Hacker News new | ask | show | jobs
by ttty 1523 days ago
I don’t want to touch the root of my server. I rather add a new container that doesn’t modify anything on the root.

Benefits: can cleanly and delete 100% of what was installed. If you use something on root can always infect, save cache, logs…

I don’t want to impact anything else running on my server. I don’t want anything to depend on that either silently.

Docker is the best thing. I just can’t understand how people still can’t get the benefits yet.

Is Amazing to start a project you had 3 years ago and just works and you can deploy without reading any docs. Just spin a docker container. Eat, safe and just works.