Live data from Hacker News

Viewing profile — tobbyb

tobbyb

HN member
Joined
Fri, Aug 22, 2014, 11:03 AM UTC
HN karma
724
Public activity
159 items

About tobbyb

No profile information was provided.

Recent public activity

  1. comment
    Comment #20601974

    For a more full fledged use case FRRouting may be the way to go. We are using Quagga here mainly to maintain internal routes with iBGP and route reflectors. This is a fairly simple…

  2. story
  3. story
  4. story
  5. comment
    Comment #20036038

    We have been working on a simplified container build system which does away with layers altogether. [1] The use of layers at the build stage adds a lot of needless complexity with …

  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. comment
    Comment #19741345

    We need to spin up a lot of VMs of various Linux distributions for testing Flockport and we found the existing tooling too heavy and involved. In the end we rolled our own solution…

  13. comment
    Comment #19352102

    What is wrong with Docker? This does not address any technical or other shortcoming and only seeks to replace one set of over engineered tools with another with the exact same prob…

  14. comment
    Comment #19329620

    This is where containers can help. Ubuntu ships with LXC and its relatively simple to download an Alpine Linux container and then install Nginx and you are set. Alternatively Flock…

  15. comment
  16. comment
  17. comment
    Comment #18676687

    @vikrant Glad to hear that! Networking in Linux is incredibly feature rich and the LXC team have done a great job on container networking.

  18. comment
    Comment #18674600

    Layers are integral in Docker, layers were pushed as enabling reuse, composibility, 'immutability', every 'run' statement is a layer. They are not an implementation detail. Managin…

  19. comment
    Comment #18671818

    Docker was based on LXC and there are some important differences that should be more well known. The main difference is LXC boots an init in the namespace as the first process so y…

  20. story
  21. story
  22. story
  23. comment
    Comment #18551015

    Layers are interesting but the benefits of layers are vastly overstated, you can achieve the same without layers and the overhead and complexity in image management. Piling layers …

  24. story
  25. story