时间:2021-07-01 10:21:17 帮助过:24人阅读
我用docker搭建php开发坏境的时候 ,遇到了上面的问题,经过查询 ,这是一个低版本docker-compose 的bug,
我当时用的是1.1版本,我根据官方的文档卸载了docker-compose ,重新安装了更高的版本;
官方文档链接是https://docs.docker.com/compose/install/
1
Uninstallation
To 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
3 docker-compose up -d
完美解决了上面的问题.
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($('').text(i)); }; $numbering.fadeIn(1700); }); });以上就介绍了解决cannot mount volume over existing file, file exists /var/lib/docker/aufs/mnt/,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。