Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.8k views
in Technique[技术] by (71.8m points)

laravel - why docker container is not runnig in windows?

Help me friends, please. I'm a noob in docker.

I'm working with laravel an create project with Docker in location.

root@VIGIA-PC:/mnt/d/projects/fastfood-app/fastfood-api#

docker was working but when I shut down my pc, and then I turn on it, the docker container is not running, why?

enter image description here

when I go to to the project folder and type ls no appear files from debian terminal, when I going to windows they are here.

enter image description here

I runned docker ps and show the follow: enter image description here

Information

  • windows version 10
  • distro linux debian
  • build 19042
  • Docker version 20.10.2, build 2291f61

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You'll have to change the behavior of your docker apps.

If the host is being restarted, so are the containers running on it : https://docs.docker.com/config/containers/start-containers-automatically/


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
...