#docker-dev

/

      • paultag
        tianon: lsb headers should match the script name
      • so if it's docker, it provides docker
      • if it's lxc-docker, it provides lxc-docker
      • but that's an easy patch to make
      • zz_vieux is now known as vieux
      • tianon
        ok, that's what I was hoping you'd say, and you surprised me because we were talking about different things :)
      • I'll update with that real fast (so we Provides: docker) :)
      • updated \o/
      • paultag
        jawsome
      • tianon
        I added a better Short-Description and Description here, too :)
      • because they made me sad inside :)
      • paultag
        good :)
      • (as they should)
      • tianon
        "Linux container runtime" <- this just doesn't even begin to scratch the surface of Docker :)
      • paultag
        yeah :)
      • tianon
        so I stole some text from docker.io :D
      • the one true source of all marketing knowledge :)
      • crosbymichael
      • paultag
        hahaha
      • shykes
        jpetazzo: what do you think of adding namespace and cgroup information in the docker inspect info?
      • could be a first baby step towards merging pipework
      • I also have made progress on network plugin api during my vacation :)
      • johncosta is now known as zz_johncosta
      • that plugin system is finally turning into a reality
      • tianon: thanks for MC-ing the irc meeting
      • tianon
        indeed, glad to help :)
      • still planning to do it again this week, unless told otherwise :P
      • gabrtv
        jpetazzo: just fyi, i wasn't able to mknod a block device using -lxc-conf (no -privledged)
      • tianon
        shykes: any way me or keeb could get access to change the /topic of #docker-meeting (while we're on the subject) ? :)
      • it's a little dated :)
      • shykes
        yeah of course
      • ldlework feels a disturbance in the force.
      • tianon
        #docker-meeting is coming shortly, right? :)
      • arothfusz has quit
      • crosbymichael
        ohh, I'm op'd now, I must abuse my power
      • tianon
        +m ftw? :)
      • crosbymichael
        where is tianon?
      • tianon
        haha
      • crosbymichael
        must boot
      • tianon
        that'd make this channel so quiet and readable, though!
      • arothfusz joined the channel
      • jpetazzo
        gabrtv: mknod also requires cap_mknod, sorry! forgot to mention that.
      • buck2 joined the channel
      • wagerlabs has quit
      • shykes
        tianon: unfortunately #docker-meeting is not registered
      • and I am no longer op there
      • tianon
        oh bollocks
      • shykes
        the only way to register it is for everyone to leave
      • tianon
        can't a freenode oper do something for us in this case?
      • shykes
        I don't know
      • paultag
        they can
      • just ask them, they'll ask if anyone objects, and give you +o
      • buck2 has quit
      • zz_johncosta is now known as johncosta
      • tianon
        well, if nobody else is on this, I'll go ask in #freenode if shykes can be opered in #docker-meeting :)
      • kencochrane joined the channel
      • mdaniel joined the channel
      • sgallagh is now known as sgallagh_afk
      • yosifkit has quit
      • dockerbot joined the channel
      • dockerbot
        [docker] vieux created links_names_generator (+1 new commit): http://git.io/ytxjWQ
      • docker/links_names_generator 206b081 Victor Vieux: add name generator
      • dockerbot has left the channel
      • dockerbot joined the channel
      • [docker] vieux opened pull request #2422: Add name generator (links...links_names_generator) http://git.io/4uVFWw
      • dockerbot has left the channel
      • buck2 joined the channel
      • johncosta is now known as zz_johncosta
      • shykes is now known as zz_shykes
      • tianon
        jpetazzo: fyi, if you close a bug, the original opener can't reopen it, so you may want to just mention that they should ping you if they need it reopened :)
      • dockerbot joined the channel
      • dockerbot
        [docker] vieux force-pushed links_names_generator from 206b081 to 08f8f83: http://git.io/iEziZA
      • docker/links_names_generator 08f8f83 Victor Vieux: add name generator
      • dockerbot has left the channel
      • xdissent_
        don't know what the name generator is for, but I fully support it!
      • tianon
        agree :) definitely like the idea of making all the names shipping-related, too :)
      • xdissent_
        so I played with links today and they're super fun. I can see that inter-container networking is off by default now... but is there a way to turn that on for a single container to be able to talk to the others?
      • rjhunter joined the channel
      • say, for a hipache container that needs to forward to all the others? is it possible to open up the hipache container but keep links-only networking between the others?
      • bgyss has quit
      • dockerbot joined the channel
      • dockerbot
        [docker] vieux force-pushed links_names_generator from 08f8f83 to f14bfec: http://git.io/iEziZA
      • docker/links_names_generator f14bfec Victor Vieux: add name generator
      • dockerbot has left the channel
      • bgyss joined the channel
      • dockerbot joined the channel
      • [docker] vieux force-pushed links_names_generator from f14bfec to 971cf56: http://git.io/iEziZA
      • docker/links_names_generator 971cf56 Victor Vieux: add name generator
      • dockerbot has left the channel
      • crosbymichael
        xdissent_: no
      • your saying that every container needs to talk to hipache?
      • xdissent_
        not every one... just many! =)
      • crosbymichael
        why do they need to talk to hipache?
      • xdissent_
        i could explicitly link my web app containers to hipache container, but then if i add another web app i'd have to restart hipache right?
      • hipache needs to forward to them
      • crosbymichael
        humm
      • xdissent_
        does that make sense though?
      • tianon
        it sounds like hipache needs access to all the others, not the other way around
      • since it'd be the frontend for all of them
      • xdissent_
        yeah that's what I mean, sorry.
      • which means I need them running before hipache starts, so they can be linked into the hipache container
      • tianon
        and some way to seed their IP/port info into redis for hipache to use
      • or to make sure it stays consistent
      • xdissent_
        right - I've got that part under control ;-)
      • dockerbot joined the channel
      • dockerbot
        [docker] vieux pushed 1 new commit to links: http://git.io/w7D3dg
      • docker/links c066248 Victor Vieux: Merge pull request #2422 from dotcloud/links_names_generator...
      • dockerbot has left the channel
      • dockerbot joined the channel
      • [docker] rogaha opened pull request #2423: - Added volumes documentation (master...volumes_doc) http://git.io/JRt58w
      • dockerbot has left the channel
      • jpetazzo
        tianon: argh, I didn't know that. thanks for improving my github-fu!
      • tianon
        indeed :)
      • viperZ28_ joined the channel
      • SvenDowideit has quit
      • SvenDowideit joined the channel
      • Moghedrin has quit
      • jamesturnbull has quit
      • jamesturnbull joined the channel
      • zz_shykes is now known as shykes
      • snovak has quit
      • shykes
        tianon: jpetazzo: note for gordon feature: indicate to gordon to reopen an issue when the requester asks it to
      • tianon
        yes! :D
      • shykes
        has anyone played with 0.7rc4?
      • dockerbot joined the channel
      • dockerbot
        [docker] mzdaniel pushed 1 new commit to docker-ci: http://git.io/cQtG7Q
      • docker/docker-ci 6b7df1b Daniel Mizyrycki: docker-ci 0.36. Patch hack/dind with latest code for nightly release to work.
      • dockerbot has left the channel