Docker daemon error on CC100

Hi guys. I’m getting this error when running docker on the CC100. I installed docker using the command /etc/config_tools/config_docker install and then activated it using the command /etc/config_tools/config_docker activate.

When I try to run a docker command, it displays a daemon error.

I’ve also tried restarting the docker service in init.d but it didn’t work.

Can anyone help me? I’ve searched but I haven’t found anything.

The firmware I’m using is 26 but I’ve also tested it on 28 and it didn’t work.

Hello,

I would suggest enabling the service from the WBM. Docker is already installed with newer firmware’s (20 and above I believe).
.

1 Like

I’d also suggest:

/etc/init.d/dockerd start

This will start the docker daemon from the CLI.

2 Likes

Thank you very much, guys! It doesn’t work with wbm and init.d =/

I noticed that running opkg remove docker and then installing the firmware again, it works.

I ran these commands from config_tools because I’m automating the configuration of the CC100 through Ansible.

Guys, again, thank you very much. You guys are awesome! =D

2 Likes