Viewing profile — tobbyb
tobbyb
HN member- Joined
- Fri, Aug 22, 2014, 11:03 AM UTC
- HN karma
- 724
- Public activity
- 159 items
- HN profile
- View on Hacker News ↗
About tobbyb
No profile information was provided.
Recent public activity
-
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…
- story
- story
- story
-
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 …
- story
- story
- story
- story
- story
- story
-
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…
-
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…
-
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…
- comment
- comment
-
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.
-
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…
-
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…
- story
- story
- story
-
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 …
- story
- story