Hacker News new | past | comments | ask | show | jobs | submit | akshaykarle's comments login

Docker is mainly an app packaging mechanism of sorts. Just like you would build a jars, wars or rpms, etc. you create docker images for your applications. The advantage you get is that you can package all your dependencies in the container thereby making your application independent and using the tools provided by docker in combination with swarm, compose, etc. it makes deployment of your apps and scaling easier.

OpenVZ, LXC, solaris zones and bsd jails on the other hand or mainly run complete OS and the focus is quite different from packaging your applications and deployments.

You can also have a look at this blog which explains the differences more in detail: http://blog.risingstack.com/operating-system-containers-vs-a...


Getting paid to be drunk. Kudos to the idea!


So any comments on how is this better than a Raspberry Pi for example? You could all this using an arduino or a pi isn't it?


The advantage of this Intel stick compared to RPI is: - more power

- x86

- Run Windows (this might be interesting for lot's of users)

- Bigger storage

- Better and compact pack

Disadvantages: - More power consumption (??? any numbers on this)

- Expensive compared to RPI

- I guess it will be hard to beat the RPI community with this product.

- No GPIO

EDIT:

Add GPIO


Whether its the best way or not depends on one's opinion. But it allows you to maintain a history of your deployments and things like creating tags when you deploy which is helpful for me.

Yes, Travis CI does allow you to do this. But it deploys every passing build, so you can't choose which builds should be released and which shouldn't.

I'm not aware of what others do but I sure hope they use a CI service to release a gem as it makes it easier to track what all is going in and maintaining a history.


Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: