driou / docker-thelia

Run Thelia 2 ( http://thelia.net ) with Docker
0 stars 0 forks source link

System error: no such file or directory #2

Open lunika opened 9 years ago

lunika commented 9 years ago

Once the image downloaded id I want to start a container with the example you provided I have this error message :

Error response from daemon: Cannot start container d7f364232195584803297a51a302f45000cfc4fa304399b73d90f15f98ec812e: [8] System error: no such file or director

Once again I have to specify driou/docker-thelia to run the container.

lovenunu commented 9 years ago

I have the same error, even when I specify the vendor :/

lunika commented 9 years ago

I just reinstall a new computer and on a fresh install of docker it works. But I didn't follow the readme. I didn't nuilt le image from this repo but I pull it :

docker pull driou/docker-thelia

Then I cloned this repo, I put Thelia in /src and I run a container with this command :

docker run -d -p 80:80 -v $PWD/conf/php5-fpm:/etc/php5/fpm/ -v $PWD/conf/nginx/sites-enabled:/etc/nginx/sites-enabled -v $PWD/src:/usr/share/nginx/html/ driou/docker-thelia