-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Databox on ubuntu server, installed docker etc but receive the following error when I run Databox start:
databox@databox-nuc:~$ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock --network host -t databoxsystems/databox:0.5.2 /databox start -sslHostName $(hostname)
[INFO]2019/11/22 15:09:55 Starting Databox 0.5.2
[INFO]2019/11/22 15:09:56 Outputting logs
container-manager : [INFO]2019/11/22 15:09:58 ContainerManager Started
container-manager : [INFO]2019/11/22 15:09:58 Starting databox-network
container-manager : [INFO]2019/11/22 15:10:18 [ERROR] /app.go L27:Error response from daemon: attaching to network failed, make sure your network options are correct and check manager logs: context deadline exceeded
container-manager : [INFO]2019/11/22 15:10:25 ContainerManager Started
container-manager : [INFO]2019/11/22 15:10:25 Starting databox-network
container-manager : [INFO]2019/11/22 15:10:45 [ERROR] /app.go L27:Error response from daemon: attaching to network failed, make sure your network options are correct and check manager logs: context deadline exceeded
container-manager : [INFO]2019/11/22 15:10:51 ContainerManager Started
container-manager : [INFO]2019/11/22 15:10:51 Starting databox-network
And it goes like that forever
Solution that worked so far -
uninstall databox,
delete all the docker containers and uninstall docker.
Then reinstall docker and databox and it works fine