Bug 1035436 - support for bridge networking
Summary: support for bridge networking
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: docker-io
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Vincent Batts
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-27 18:43 UTC by Vincent Batts
Modified: 2013-12-03 13:22 UTC (History)
5 users (show)

Fixed In Version: docker-io-0.7.0-14.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-03 13:22:16 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Vincent Batts 2013-11-27 18:43:35 UTC
Description of problem:
docker reports that bridge networking on RHEL, even when bridge-utils is installed.

Version-Release number of selected component (if applicable):


How reproducible:
always

Steps to Reproduce:
1. docker -d
2.
3.

Actual results:
# docker -d
2013/11/27 13:40:18 WARNING: You are running linux kernel version 2.6.32-358.23.2.el6.x86_64, which might be unstable running docker. Please upgrade your kernel to 3.8.0.
[/var/lib/docker|1bff374f] +job initapi()
[/var/lib/docker|1bff374f.initapi()] Creating server
[/var/lib/docker|1bff374f] -job initapi() = ERR (Error creating bridge: operation not supported)
2013/11/27 13:40:18 initapi: Error creating bridge: operation not supported

Expected results:
2013/11/27 13:41:37 WARNING: You are running linux kernel version 2.6.32-358.23.2.el6.x86_64, which might be unstable running docker. Please upgrade your kernel to 3.8.0.
[/var/lib/docker|30c81777] +job initapi()
[/var/lib/docker|30c81777.initapi()] Creating server
Loading containers: -[error] runtime.go:271 Failed to load container 844a5f802d474b7ec5de5c4ef4678ac3c478bc879ce3a79a5359fa9e760d5716: open /var/lib/docker/containers/844a5f802d474b7ec5de5c4ef4678ac3c478bc879ce3a79a5359fa9e760d5716/config.json: no such file or directory                                                                                                             done.
[/var/lib/docker|30c81777.initapi()] Creating pidfile
[/var/lib/docker|30c81777.initapi()] Setting up signal traps
[/var/lib/docker|30c81777] Register(create) (handlers=map[initapi:0x4911e0])
[/var/lib/docker|30c81777] Register(start) (handlers=map[initapi:0x4911e0 create:0x4aec50])
[/var/lib/docker|30c81777] Register(serveapi) (handlers=map[initapi:0x4911e0 create:0x4aec50 start:0x4aecb0])
[/var/lib/docker|30c81777] -job initapi() = OK (0)
[/var/lib/docker|30c81777] +job serveapi(unix:///var/run/docker.sock)
2013/11/27 13:41:37 Listening for HTTP on /var/run/docker.sock (unix)


Additional info:

Comment 2 Marek Goldmann 2013-12-03 13:22:16 UTC
This is now fixed in docker-io-0.7.0-14.el6.


Note You need to log in before you can comment on or make changes to this bug.