[docker-io] container networking enabled via unit file

2013-11-02 Thread Lokesh Mandvekar
commit d953d293ecfb811c64cc30c9642845d7dfef38c2 Author: Lokesh Mandvekar Date: Sat Nov 2 23:40:25 2013 -0500 container networking enabled via unit file Signed-off-by: Lokesh Mandvekar docker-io.spec |7 ++- docker.service |2 ++ 2 files changed, 8 insertions(+), 1 de

[Bug 1026045] enable container networking (temporary solution for dm branch)

2013-11-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1026045 --- Comment #2 from Lokesh Mandvekar --- This should work: [Unit] Description=Docker container management daemon [Service] Type=simple ExecStartPre=/usr/sbin/sysctl -w net.ipv4.ip_forward=1 net.ipv6.conf.all.forwarding=1 ExecStart=/usr/bin/d

[Bug 1026045] enable container networking (temporary solution for dm branch)

2013-11-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1026045 --- Comment #1 from Lokesh Mandvekar --- I think I spoke too soon. This unit file doesn't work as expected. I'll get back soon with an update hopefully. Sorry about that. -- You are receiving this mail because: You are on the CC list for the

[Bug 1026045] New: enable container networking (temporary solution for dm branch)

2013-11-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1026045 Bug ID: 1026045 Summary: enable container networking (temporary solution for dm branch) Product: Fedora Version: rawhide Component: docker-io Assignee: l...@redha