Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
2.9k views
Welcome To Ask or Share your Answers For Others

1 Answer

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/


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...