Open lunika opened 9 years ago
I have the same error, even when I specify the vendor :/
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
Once the image downloaded id I want to start a container with the example you provided I have this error message :
Once again I have to specify
driou/docker-thelia
to run the container.