docker-magento2 icon indicating copy to clipboard operation
docker-magento2 copied to clipboard

Docker image for Magento Open Source 2

Results 51 docker-magento2 issues
Sort by recently updated
recently updated
newest added

Fix composer fatal error due to memory limit : Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 31457312 bytes) in /var/www/html/vendor/composer/composer/src/Composer/Util/RemoteFilesystem.php on line 594

Related to https://github.com/magento/magento2/issues/27200.

I forked the repo,then i cloned to my local,then I checkout to 2.1 branch by fetching the original repo. I renamed to docker-compose.yml . Now i ran docker-compose up -d...

Following the instructions in the README, I'm trying to add my extension as a volume (the folders show up successfully), however, my extension is not detected. ``` volumes: - /magento-plugin:/var/www/html/app/code/MY_EXTENSION...

Hi, I am running the docker compose and when it gets to Step 16 it fails on the symfony install. Any advice for this would be a great help. ![2020-07-01_10h05_41](https://user-images.githubusercontent.com/5039594/86225716-89302d80-bb82-11ea-9f1a-dcc95947d915.png)

Docker Desktop for Mac doesn't support the path "/dev" natively for volume mount. People who are following the README, just like me, find it misleading. ![image](https://user-images.githubusercontent.com/1909476/84560078-b8256180-ad83-11ea-8468-508006624a39.png) By default, it supports...

i was able to spin a magento2 version with docker-compose up - however, once i docker-compose down i lose everything. is this how its set up to be or did...

I checked the contents of the volume specified in docker-compose.yml and it stays emtpy. I did find the database files stored in another volume that is managed by docker. Is...

Good afternoon, I noticed a problem if I delete containers or simply do docker-compose down ... When I run again docker-compose up -d it wake up containers correctly but then...

I installed, I can access phpmyadmin and the db is there etc, but where is the code base? ``` $ sudo ls /var/www ls: cannot access '/var/www': No such file...