简体   繁体   English

Docker-compose 启动命令抛出“无音量错误”

[英]Docker-compose Start command throwing “No volume error”

I am working on deploying a Joomla application on a Linux server using Docker.我正在使用 Docker 在 Linux 服务器上部署 Joomla 应用程序。 When I use the docker-compose start command, I get the following error:当我使用 docker-compose 启动命令时,出现以下错误:

Error错误

"Cannot start service joomla-1: get 7bc8fef95dc63f2c845e57c3b5be68cb872179c02b0db8eeed5468e57cce1484: no such volume"

I have checked the images are available.我已经检查了图像是否可用。

This was working properly before, but suddenly stopped working.这之前工作正常,但突然停止工作。 Can anyone help me on this?谁可以帮我这个事?

There is something wrong with the container Volume.容器 Volume 有问题。 Try to delete your container first and then create it again.尝试先删除您的容器,然后重新创建它。

docker container prune

and then接着

docker-compose up

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM