Install mongodb driver in docker with dockerfile – Apache
I have a mongodb docker container. I need another docker container which will have php and apache installed. I want to run a php script from this container and send some data to the mongodb container to save the data…