DEV Community

Discussion on: The beauty of Docker for local Laravel development

Collapse
 
shaqaruden profile image
Chad Gregory • Edited

OK i cloned your repo installed a laravel app and ran the docker-compose command from the github repo. When I try to run a composer command using the container I run into this error

dcr composer install
Creating training_composer_run ... done
Error response from daemon: unable to find user laravel: no matching entries in passwd file
Enter fullscreen mode Exit fullscreen mode
Collapse
 
shaqaruden profile image
Chad Gregory

had to build all the containers