Skip to main content

Questions tagged [docker]

Questions related to running Magento and related services inside Docker containers

Filter by
Sorted by
Tagged with
0 votes
1 answer
87 views

Docker code RUN composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.4-p1 /var/www/html Here is the error given to me below error Problem 1 #0 151....
Devidas's user avatar
  • 3,383
0 votes
1 answer
348 views

My goal was to use a Docker-based stack, including NGINX, PHP 8.2, MariaDB, and OpenSearch, without relying on third-party platforms like DDEV or Warden. Can someone share a working setup or guide ...
Sanjib Chowdhury's user avatar
0 votes
1 answer
271 views

I am unable to see styling changes (changing tailwind.config.js nor changing the css files within my tailwind folder). I have created a child theme and moved over the hyva default theme files as ...
Robel Beyene's user avatar
0 votes
0 answers
41 views

I have a Magento 2 installation on Mac(Sequoia) with MAMP(Apache). I have installed LocalStack on Docker(Colima) and it is working fine separately. I am trying to connect my Magento with Localstack ...
Aniruddha Ray's user avatar
0 votes
1 answer
179 views

I am new to Docker so I am trying to understand some basics. I have installed a working Magento Docker dev environment and configured PhpStorm according to this guide markshust/docker-magento The ...
Fra's user avatar
  • 6,985
0 votes
1 answer
155 views

Since I updated my PHP 8.1 to 8.2 using Adobe Commerce 2.4.7, I started to have exception issues when using FTP OOTB features. I want to detect the reason and fix it. How could I do it?
Rafael Corrêa Gomes's user avatar
0 votes
2 answers
413 views

I am new to docker setup. I have install the docker desktop application on my windows system. Now I want to install magento 2.4.6-p6. It should be this version only not the new one.
Avesh Naik's user avatar
  • 1,151
1 vote
1 answer
200 views

I know changes in vendor directory should not be done but I need to do some debugging. I am using a https://github.com/markshust/docker-magento in which I am using Magento on docker. If I override any ...
Avesh Naik's user avatar
  • 1,151
0 votes
1 answer
195 views

Afternoon I've got Varnish running on a Plesk based server and all is working well based upon the instructions from here: https://talk.plesk.com/threads/magento-2-plesk-varnish-setup-in-a-docker....
wjp_bill's user avatar
  • 330
1 vote
0 answers
62 views

I have magento running from https://github.com/markshust/docker-magento , everything is working fine, but when i run composer update --ignore-platform-reqs then all bin/magento commands stop working. ...
elunicotomas's user avatar
1 vote
1 answer
388 views

I'm using Warden with Magento, and I notice that when I start a project with "warden env up", all containers boot up, but immediately some of them stop working (the image shows in gray the ...
karli's user avatar
  • 11
2 votes
1 answer
378 views

I'm running a project locally using markshust/docker-magento, and everything is working fine. Now I need to deploy my store to an AWS cluster using docker, but in my code, I'm not able to see the ...
Jorge Cordero's user avatar
2 votes
1 answer
821 views

The website keeps going down throwing error. {"0":"READONLY You can't write against a read-only replica.","1":"#1 Cm\RedisSession\Handler->read() called at [...
David Buik's user avatar
0 votes
1 answer
302 views

I tried to run the Magento command in docker but am getting the error as per the screenshot. Error ScreenShot:
Anil Makwana's user avatar
0 votes
0 answers
631 views

So, we went live with a new m2 shop last week. It all worked well in our develop environment. Since we dockerized the m2 installation, I wasnt expecting much trouble. But our redis cache keeps growing ...
Mario's user avatar
  • 508
0 votes
1 answer
509 views

I have set up my live project in a docker environment using this. https://github.com/bhaveshpp/magento-docker-server/ All thing working perfect but when I search for the product it will redirect my ...
Bhavesh Prajapati's user avatar
0 votes
1 answer
386 views

I'm having trouble implementing the deploy strategy described in e.g. https://info2.magento.com/rs/585-GGD-959/images/The%20New%20Magento%202.2%20Deployment%20Capabilities%20%26%20Patterns.pdf I build ...
Roger Firpo's user avatar
1 vote
1 answer
420 views

I don't have Java installed in my main Docker, but I'm using ElasticSearch v6.8.3 in another instance. curl -XGET 'http://localhost:9200' Am I vulnerable against Log4j even not running ElasticSearch ...
Rafael Corrêa Gomes's user avatar
0 votes
0 answers
386 views

I am thinking about magento 2.4.3 docker setup. Has anyone tried https://github.com/markshust/docker-magento on linux ? What's the best docker linux magento setup on linux ?
Hamendra Sunthwal's user avatar
0 votes
2 answers
1k views

Does anyone have set up their commerce cloud project with Magento cloud docker, I need help to know how the project and docker will be synced. container bash is working for me but app/ folder is ...
MagentoDeveloper's user avatar
1 vote
0 answers
273 views

I have setup magento with This Github repo but when changing pub/index.php with exit command it won't affect untill i push this to container.So my question is that everytime when i create file or ...
magento stacker's user avatar
0 votes
1 answer
650 views

I have an existing Magento Commerce Cloud Project which I want to deploy to a Docker environment. Running ./bin/magento-docker ece-deploy I get the following error: Running "deploy" hook. [...
Th. Schott's user avatar
0 votes
2 answers
81 views

I am trying to run composer update and want to push the changes to magento cloud but is giving the following error: Problem 1 magento/product-enterprise-edition 2.3.4 requires ext-bcmath * -> the ...
Toji's user avatar
  • 620
0 votes
0 answers
139 views

I currently have a powerful dedicated server hosting 2 websites, we are experiencing CPU overload & clashing on indexing & rewarming FPC, to solve this problem, I am considering breaking out ...
bigfella59's user avatar
1 vote
1 answer
2k views

is there any way to set up a docker compatible environment for Apple M1? Unfortunately Warden doesn't support the new ARM chips for now. are there any viable alternatives to having a working ...
AntonioC's user avatar
  • 187