Error: “error creating aufs mount to” when buildin

2019-01-31 17:20发布

I get this error when I try to build a docker file

 error creating aufs mount to /var/lib/docker/aufs/mnt   
 /6c1b42ce1a98b1c0f2d2a7f17c196221445f1054566065d4c607e4f1b99930eb-init:   
 invalid argument

What does it mean? How do I fix it?

7条回答
家丑人穷心不美
2楼-- · 2019-01-31 18:11

In windows after a restart, docker machine problem is solved for me.

Use these commands:

docker-machine stop
docker-machine start
docker-compose up
查看更多
登录 后发表回答