Solution: cannotmountvolumeoverexistingfile, fileexists/var/lib/docker/aufs/mnt/

Source: Internet
Author: User
Tags php development environment docker compose
: This article describes how to solve cannotmountvolumeoverexistingfile and fileexistsvarlibdockeraufsmnt. if you are interested in PHP tutorials, refer to it. Problem: cannot mount volume over existing file, file exists/var/lib/docker/aufs/mnt/logs/etc/nginx. conf

When I used docker to build a php development environment, I encountered the above problem. After query, this is a bug in the earlier version of docker-compose,
I was using version 1.1. I uninstalled docker-compose and re-installed a later version according to the official documentation;
Official documentation link is https://docs.docker.com/compose/install/
1

UninstallationTo uninstall Docker Compose if you installed using curl:$ rm /usr/local/bin/docker-compose

2

$ curl -Lhttps://github.com/docker/compose/releases/download/1.6.0/run.sh > /usr/local/bin/docker-compose$ chmod +x /usr/local/bin/docker-compose

3docker-compose up -d

Solved the problem perfectly.

'). AddClass ('pre-numbering '). hide (); $ (this ). addClass ('Has-numbering '). parent (). append ($ numbering); for (I = 1; I <= lines; I ++) {$ numbering. append ($ ('
  • '). Text (I) ;}; $ numbering. fadeIn (1700) ;}) ;}; script

    The above describes how to solve cannot mount volume over existing file, file exists/var/lib/docker/aufs/mnt/, including the following content, if you are interested in PHP tutorials.

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.