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