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?
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.
I runned docker ps
and show the follow:
Information
- windows version 10
- distro linux debian
- build 19042
- Docker version 20.10.2, build 2291f61
2
Answers
I have already solved my problem.that was a problem from path
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/