Docker - Error starting daemon

2

I have tried to install Docker to my RPI on Arch Linux and got the following error message, when try to start a new container.

FATA[0000] Error starting daemon: Error initializing network controller: Error creating default "bridge" network: package not installed

How can I run daemon?

plaidshirt

Posted 2015-07-30T17:59:31.047

Reputation: 217

Docker version? Arch version? – Ƭᴇcʜιᴇ007 – 2015-07-30T18:04:59.997

Docker version 1.7.1, build 786b29d Linux alarmpi 3.12.28-2-ARCH #1 PREEMPT Mon Sep 22 02:02:11 MDT 2014 armv6l GNU/Linux – plaidshirt – 2015-07-30T18:21:11.017

Which method did you use to install Docker? Have you ensured Docker's prerequisite dependency packages are installed (e.g.: Utilities for configuring the Linux ethernet bridge)?

– Ƭᴇcʜιᴇ007 – 2015-07-30T18:24:45.870

All the dependencies are exists now, but same error message here. – plaidshirt – 2015-07-30T18:36:55.533

Have you tried to build the bridge manually https://docs.docker.com/articles/networking/#building-your-own-bridge

– Ben – 2015-08-01T09:43:02.907

Answers

0

Try rebooting. I read it's necessary after installing bridge-utils. I had the same problem and rebooting did the trick for me.

Evan Shaw

Posted 2015-07-30T17:59:31.047

Reputation: 154