Live data from Hacker News

Viewing profile — jpetazzo

jpetazzo

HN member
Joined
Mon, Jul 26, 2010, 7:50 AM UTC
HN karma
724
Public activity
110 items

About jpetazzo

No profile information was provided.

Recent public activity

  1. comment
    Comment #13532696

    This combines the advantages of Device Mapper (granularity) and AUFS/overlay (page cache re-use), and doesn't require new kernel code. Promising!

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

    The comparison with systemd is unfair. Docker wants to be "batteries included, but swappable/removable". If you don't like host management, orchestration, build, etc., you can disa…

  6. story
  7. comment
    Comment #7637597

    Docker can play with or without Chef/Puppet/Salt/Ansible/etc.: - you can use configuration management tools to author Docker images; - you can use configuration management tools to…

  8. story
  9. comment
    Comment #7055019

    Actually, Docker doesn't always have docker0; you can configure it to use a different bridge. On my setup, for instance, I use br0 and share the same bridge for containers and VMs.…

  10. comment
    Comment #7009813

    FWIW, boot2docker became my favorite all-purpose, ready-to-run, ridiculously-small-and-therefore-insanely-fast-to-download VM image. It's faster to download it (it's 25 MB) and sta…

  11. comment
    Comment #6889714

    I don't know yet what will happen for Windows, but an upcoming version of Docker will run on OS X. (I say "upcoming" because I know some core maintainers have OS X support in their…

  12. comment
    Comment #6889670

    "A few systems that support LXC", that's actually most modern Linux systems now. Anything with a 3.8 kernel is game.

  13. comment
    Comment #6851981

    Indeed; for the lucky ones around here with a bare metal Linux box, just substitute kvm instead and ROCK ON!

  14. comment
    Comment #6851875

    Just do: wget https://github.com/steeve/boot2docker/releases/download/v0.1/boot2docker.iso qemu-system-x86_64 -cdrom boot2docker.iso -m 1024 Mind. Blown.

  15. story
  16. story
  17. comment
    Comment #6747256

    I assume entire responsibility for this; and the associated confusion which ensues when doing e.g. "curl get.docker.io/blah | sh" :)

  18. comment
    Comment #6741418

    This is an update to the "classical" Docker presentation. It includes some details about integration with configuration management systems, and the new "-name" and "-link" features…

  19. comment
    Comment #6715394

    In the Docker issues, also look for the "easyfix" tag. We try to set it for issues that are hopefully actionable for people with a moderate knowledge of Docker and/or Go.

  20. comment
    Comment #6711897

    There is a trade-off between "running anywhere" and "running mostly anywhere". I.e. going from 99% to 99.99% :-) The server-side component only runs on Linux for now, and while it'…

  21. comment
    Comment #6711850

    Thanks! godep is definitely cool. But it's a bit sad that it has to be an add-on. Don't get me wrong -- it's a great thing that go gives us a good build system, a good test system,…

  22. comment
    Comment #6635490

    > [is there] _any_ hack that allows us to limit the size of the filesystem? Docker 0.7 will let you do that, since each container will have its own (thin) block device, and therefo…

  23. comment
    Comment #6614565

    I don't understand what this means; can you elaborate? Since the attachment for an AOE drive is Ethernet, the drive controller is just an Ethernet NIC...

  24. comment
    Comment #6574323

    Yup; there are lots of Docker images available at http://index.docker.io/ ; and more interesting features are on the way (trusted images, automated builds...) Also, the Docker work…

  25. comment
    Comment #6565996

    Among the tons of new features, Havana has native support for Docker containers (as a Nova driver). This means at least three big things: - when testing OpenStack workloads, you ca…