Live data from Hacker News

Viewing profile — bergwolf

bergwolf

HN member
Joined
Tue, Jul 21, 2015, 4:53 AM UTC
HN karma
11
Public activity
7 items

About bergwolf

No profile information was provided.

Recent public activity

  1. comment
    Comment #15875844

    Both. The hardware virtualization related settings are configured out side of OCI spec but the runtime accept OCI spec and plays with it accordingly. As for image format, Kata runs…

  2. comment
    Comment #12874329

    The most important challenge that Docker faced was where it wanted to position itself, IWO, as a solid stable building block for container infrastructure, or as a all-in-one-alike …

  3. comment
    Comment #12874236

    well, checkout hypercontainer ( https://hypercontainer.io/ ) that runs on Linux, uses VMs and performs like containers. No killing yourself necessary, really ;)

  4. comment
    Comment #12874181

    except when it comes to a many-level-image, AUFS performance degrades dramatically

  5. comment
    Comment #12874051

    Another funny thing is that Docker just got slapped in the face "Docker in Production: A History of Failure" ( https://news.ycombinator.com/item?id=12872304 ).

  6. comment
    Comment #12873989

    Interesting! A relevant topic ("Hyper is Docker Done the Right Way" by TheNewStack) came up in HN first page as well. Is it how Docker should have been designed to embrace producti…

  7. comment
    Comment #12313193

    It pulls images from Docker Hub when you type `hyper pull`. It supports volumes so that you can save persistent data in a volume.