Relative Content

Tag Archive for phpdockercomposer-phpguzzle

how do I configure composer in my running php & nginx container in Docker?

I’ve been working with Docker for about a few days and I confused with installing & running different extensions in Docker with composer.The main issue is that I can’t properly install compoer inside my php dockerfile & docker-compose.My goal is to install the composer itself and guzzle library for my running php & nginx docker container.
php dockerfile: