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

How can i change the command lines PHP Version to 7.0? apt-get install php7.0 update-alternatives --set php /usr/bin/php7.0 php -v `PHP 7.1.11 (cli) (built: Nov 22 2017 11:01:27) ( NTS...

I`m new with Docker, maybe somebody can help. I can not mount my **/var/www/html** folder to **C:/Docker/magento2/m4y** on my windows 10 client. Thanks for any help. ### My **docker-compose.yml** version:...

Hi, we have an strange issue with M 2.2.5 and 2.2.6. Whole magento works but when rendering Category or Search page (probably pages with product list), we're getting this error....

When I go to the cache management I see full page cache is not up to date , when I then clear the cache the docker breaks down.

Hello, I successfully installed magento2 with docker but was unable to setup https://local.magento. I tried to expose and publish port 443 with in the yml file: ``` version: '3.0' services:...

Hi, i'm trying to use this docker container but when i execute docker-compose up the process stop with the message "ERROR: unauthorized: authentication required". I tried doing "docker ligin" before,...

Hello Alex, I use Docker Toolbox on Win7. After installing completely, i guess, I can access phpmyadmin. However, the browser displayes error message that "can’t establish a connection to the...

Hi, I am trying to run this image on a mac, but it keeps saying that it does not find the users: On docker-compose up: web_1 | *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh......

There should be a directory on host mounted on /var/www/html of container where the code resides persistently and should not be deleted when container is restarted. something like: volumes: -./code:/var/www/html

My Magento2 is very slow. There's anything that I can do to improve the performance?