Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

failed to update store for object type *libnetwork.endpointCnt: Key not found in store

I had this error while building the created docker file. It happens at the stage of creating the work-directory(WORKDIR)

i did tried to restart the docker service , but it doesnot help me either!

FROM ubuntu:16.04

RUN mkdir /app

WORKDIR /app

FROM python:3.5

RUN pip install -r app/requirements.txt

ADD . /app

CMD["python","app/hello.py"]
like image 623
MathanKumar Avatar asked Dec 20 '25 19:12

MathanKumar


1 Answers

Restart docker deamon would fix it.

For ubuntu:

sudo service docker restart

like image 181
iceflame Avatar answered Dec 22 '25 14:12

iceflame



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!