by taophp » Tue Dec 09, 2014 10:19 am
Hi,
I'm also trying to make Docker work on Armv5, on a Sheevaplug this time.
There many reports of people making Docker work on Rhasperry Pi (Armv7), so why not on Armv5 ?
But I think I have a problem at an earlier step than earlg. (By the way, pacman -Sy docker does not install the bridge-utils packet as a dependency). Docker seems not to be able to create a network interface.
See :
$this->bbcode_second_pass_code('', '# docker -d -D
2014/12/09 11:14:41 docker daemon: 1.3.0 c78088f-dirty; execdriver: native; graphdriver:
[d61befc8] +job serveapi(unix:///var/run/docker.sock)
[info] Listening for HTTP on unix (/var/run/docker.sock)
[debug] daemon.go:797 Using graph driver aufs
[debug] daemon_aufs.go:16 Migrating existing containers
[debug] daemon.go:797 Creating images graph
[debug] graph.go:68 Restored 0 elements
[debug] daemon.go:797 Creating repository list
[d61befc8] +job init_networkdriver()
[debug] driver.go:295 Creating bridge docker0 with network 172.17.42.1/16
[debug] driver.go:325 setting bridge mac address = true
package not installed
[d61befc8] -job init_networkdriver() = ERR (1)
2014/12/09 11:14:41 package not installed
# uname -a
Linux alarm 3.17.4-1-ARCH #1 PREEMPT Fri Nov 21 22:27:00 MST 2014 armv5tel GNU/Linux
')
lsmod gives me nothing, but that may be expected, right ?
Any idea ?