TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Self-contained Redis server

19 pointsby b0ba1lleover 10 years ago

2 comments

akerl_over 10 years ago
This is an interesting idea, but if you&#x27;re shipping all the container code and the image inside the binary, I&#x27;m not sure how much you gain over just shipping a precompiled binary of redis itself. At best, you&#x27;re baking in the config you want, but with the work being done here you could just patch in your desired config options into the redis binary.<p>libcontainer explicitly doesn&#x27;t claim security as a feature, so you aren&#x27;t getting real security wins by doing this, especially when you can put a static redis process in cgroups and limit it down with SELinux or similar anyways, and the packaging&#x2F;distribution workflow is pretty much the same as pushing a static redis around.<p>I feel like I&#x27;m missing something; can the author or some other knowledgable soul point out the upsides of packaging a service like this?
评论 #8956798 未加载
BillinghamJover 10 years ago
Is Redis not already self contained?
评论 #8958812 未加载