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
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
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
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