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

Mark Shust's Docker Configuration for Magento

Results 193 docker-magento issues
Sort by recently updated
recently updated
newest added

Hi @markshust, Came across your repository, awesome project! Thanks a lot for creating and sharing. I found that the mailcatcher hint in the readme was not correct about using port...

**Description** Windows 10 with docker desktop installed. After entering the 1 line script i get this ``` cmdlet Invoke-WebRequest at command pipeline position 1 Supply values for the following parameters:...

help wanted
unable to replicate

**Description** I've tried installing Magento 2.4.3 with the one liner on two different laptops, but encountering an error. **Steps To Reproduce** 1. curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- magento.test...

**Description** I successfully installed Magento via the manual setup and ran into an issue with installing the sample data. **Steps To Reproduce** 1. Followed the Manual Setup (Used the 2.4-develop...

needs confirmation

This was causing issues if the volume mapped contained regex metacharacters, e.g. periods: ```sh file='/src/p...hes' file2='/src/patches' IGNORE_LIST='/src/patches /src/foo' [[ " $IGNORE_LIST " =~ $file ]] # returns true (shouldn't) [[...

**Description** While I run: bin/mftf doctor ![image](https://user-images.githubusercontent.com/3788579/180472794-1bce839a-0241-4926-be85-064fea7e1883.png) or bin/mftf run:test -k AdminLoginSuccessfulTest ![image](https://user-images.githubusercontent.com/3788579/180472835-45e85133-9bd0-49f1-b6e2-f2ac973408f0.png) It fails due to a selenium issue. Checking the selenium logs: ![image](https://user-images.githubusercontent.com/3788579/180472944-f3364c18-97b1-4a3e-aa68-8bbf43f93c3c.png) All seems ok, but: magento2-selenium-1...

**Description** I'm trying to run MFTF tests, but when I run bin/mftf run:test AdminLoginSuccessfulTest I got this error: ![Screenshot from 2022-04-18 18-52-11](https://user-images.githubusercontent.com/61914749/163842930-2cc1b73a-de90-4d96-b6d8-11a67d239e00.png) **Steps To Reproduce** 1. Bin/download 2.4.4 2. Bin/setup...

**Description** on macs with apple sillicon, when running bin/setup-grunt an error occurs stating that phantonjs-prebuild is not available for the arm architecture. **Steps To Reproduce** 1. run bin/setup-grunt in a...

The problem with the current setup is that you cannot have multiple instances of Magento running at the same time unless each of the services run on a separate port....

**Description** Hi Mark. Thank you for this Magento Docker setup you created. It is really easy to work with Magento with this, but only if I am on same machine...