skip to Main Content

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

2

Answers


  1. Chosen as BEST ANSWER

    I have already solved my problem.that was a problem from path


  2. 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/

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search