docker

24/10/2020

Docker compose update php.ini

How to configure the php.ini in your docker container On the root folder of your project where your docker-compose.yml is add a new file to replace some ini file in your PHP container. Then on your docker-compose.yml file add a volume to your PHP container volumes: -./your_local.ini:/etc/path/to/the/ini/you/want/to/replace/with.ini Then restart your docker container with –build flag […]

Hypervisor not working/running on Windows
28/06/2018

Hypervisor not working/running on Windows

If your virtual machines stopped working on windows, example docker or any other emulators that uses virtualization, in my case it was due to Intel HAXM that was installed by the Android SDK which conflicted with Hyper V which also user Hypervisor and only either one of these two can exist at once. Even after uninstalling […]

© 2024 Anil Maharjan