Docker vs binary packages

Published: Oct 21, 2017 The other day I had a conversation with a Operations Engineer who made a bold statement: “Sending us a docker container is not different from sending us a .deb package” I do not agree with that statement at all but didn’t have the time to counter it, so instead I will write this blog post. So what really is the difference between a deb package and a docker container? Just a sidenote that .deb is just one example of a binary package, rpms and packages for other linux systems, could be another example. And I suppose the Windows term would be a msi package. ...

October 21, 2017 · Klaus Hebsgaard

Docker vs binary packages

Docker vs binary packages Published: Oct 21, 2017 Source: https://khebbie.dk/docker-vs-binary-packages/ The other day I had a conversation with a Operations Engineer who made a bold statement: “Sending us a docker container is not different from sending us a .deb package” I do not agree with that statement at all but didn’t have the time to counter it, so instead I will write this blog post. So what really is the difference between a deb package and a docker container? Just a sidenote that .deb is just one example of a binary package, rpms and packages for other linux systems, could be another example. And I suppose the Windows term would be a msi package. ...

October 21, 2017 · Klaus Hebsgaard

Heroku like deployment for your cloud host / VPS

Published: May 12, 2014 For [Be My Eyes](http://www.bemyeyes.org) I have set up a heroku like deployment environment Basically I followed this approach: https://www.digitalocean.com/community/articles/how-to-set-up-automatic-deployment-with-git-with-a-vps But there is one problem with the above approach, and that is that I want to be able to push other branches than master to the server. Thats how I push to QA and staging. A gooogle search found this for me: https://coderwall.com/p/oj5smw ...

May 12, 2014 · Klaus Hebsgaard

Heroku like deployment for your cloud host / VPS

Published: May 12, 2014 For Be My Eyes I have set up a heroku like deployment environment Basically I followed this approach: https://www.digitalocean.com/community/articles/how-to-set-up-automatic-deployment-with-git-with-a-vps But there is one problem with the above approach, and that is that I want to be able to push other branches than master to the server. Thats how I push to QA and staging. A gooogle search found this for me: https://coderwall.com/p/oj5smw ...

May 12, 2014 · Klaus Hebsgaard