Docker || Docker snippets - mpaz-redstage/magento-snippets GitHub Wiki
Set the same id of www-data from local machine to docker
sudo chown -R $(id -u):$(id -g) .
Access shell docker
docker exec -it sbsbattery_db_1 bash
Activate sockets on docker
docker-php-ext-install sockets