RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Kamal Deployment Chronicles: The Quest for Production-Like Nirvana

From weekend project to full-stack chaos and container enlightenment. Hooks, hacks, heartbreak—and a happy ending. 👉 Read it: here

Comments

As a real DevOps Engineer: I would rather install Docker myself and avoid to use Kamal to install Docker. For most Linux distribution it is as easy as setting up a repository.

Giving sudo access for the sake of something that should run only once is a high security risk and should be avoided at all cost. Especially NOPASSWD sudo. People tend to forget this and if you wanna make a prod-like environment you should take it into consideration.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in