Live data from Hacker News

Viewing profile — rmolina

rmolina

HN member
Joined
Fri, Jun 21, 2019, 10:41 PM UTC
HN karma
23
Public activity
23 items

About rmolina

No profile information was provided.

Recent public activity

  1. comment
    Comment #33540065

    Appreciate your comment lmarcos! Yes, the above instruction runs on macos too as long as you have docker-desktop installed.

  2. comment
    Comment #33539799

    You are probably referring to Sysbox ( https://github.com/nestybox/sysbox ), which I believe will meet your requirements (systemd, inner containers, security, etc). Btw, Sysbox is …

  3. comment
    Comment #24114427

    Thanks a lot Peter!

  4. comment
    Comment #24104522

    Right, that will work. I fully agree that Sysbox use-cases extend beyond docker-in-docker and k8s-in-docker. These, docker and k8s, were just the first two system 'apps' that we de…

  5. comment
    Comment #24097126

    We are actively working on this one as @ctalledo mentioned. Please ping us offline if want more details.

  6. comment
  7. comment
    Comment #24096776

    Please see our response to a similar question below. Hope that helps. Thanks. "The main difference is that Sysbox is OCI-based, so it works with Docker/containerd and hopefully K8s…

  8. comment
    Comment #24096757

    Thank you. Please reach out to us through email/slack. Would love to hear more.

  9. comment
    Comment #24095580

    Didn't know that. But it makes sense given that podman already supports it. Btw, i did a quick search but couldn't find anything on this (docker's systemd support in rhel). If you …

  10. comment
    Comment #24088745

    Thanks @sanketdasgupta for reporting the issue and @asadlionpk for the explanation. Nestybox's github account is an organization now.

  11. comment
    Comment #24088425

    Thanks @geofft, you made a lot of great points. I don't think rootless approach is fully aligned with what we're doing right now. True, we both rely on user-namespaces, and we both…

  12. comment
    Comment #24087471

    Interesting. Thanks @jdoss!

  13. comment
    Comment #24087311

    We haven't had enough cycles to look at Podman in details (yet), but my understanding is that Podman and Docker serve similar purposes: they are high-level runtimes. (i'm obviating…

  14. comment
    Comment #24087056

    As @wh33zle mentioned, CI/CD is an obvious use-case. Development environments is another one (pls see the other question i just answered on this topic). But i also see 'production'…

  15. comment
    Comment #24086924

    Absolutely, that's one of Sysbox's main use-cases, we usually refer to it as 'docker sandboxes'. As you mentioned, the idea is to have your entire dev environment within your fully…

  16. comment
    Comment #24086367

    I see. Will look into that right away. Thanks!

  17. comment
    Comment #24086178

    Thanks for the kind words!

  18. comment
    Comment #24085859

    Thanks! We are out of the critical path, meaning we only emulate interactions with procfs / sysfs, and we only intercept mount syscalls at the moment, so we don't see any tangible …

  19. comment
    Comment #24085728

    Yes. Having said that, we have certain limitations at the moment (e.g. we don't run all cni's), but we are not relying on priv containers as i believe is the case for existing K8s-…

  20. comment
    Comment #24085669

    Sorry, not sure i got that. Can you please elaborate?

  21. comment
    Comment #24085397

    Got it, thanks for the explanation. I clearly see the use-case, just need to review cgroup specs (specifically cpuset) to fully understand if what you mention is already supported …

  22. comment
    Comment #24085093

    Thanks! Both of your suggestions sound very interesting. I personally like the idea of creating large network topologies with a very few outer containers: the real mesh would be at…

  23. comment
    Comment #24084936

    Right, systemd uses pid 1, but it does so within the pid-namespace of the container, so each container has its own systemd. Hope it makes sense. Thanks!