Running automated one-liner on Windows simply doesn't work
Running the one-liner gets the process started and the docker container is built but when it gets to installing Magento, that's where it breaks down. Constant issues trying to get Magento successfully installed.
Does anybody have a detailed list of instructions required for installing on Windows. This repo seems very aligned with a Mac installation and neglecting Windows a little?
Issue that stopped installation was.......
Your system password has been requested to add an entry to /etc/hosts... bin/setup-domain: line 9: sudo: command not found
Kind regards
Ken
I'm wondering if this could potentially be related to https://github.com/markshust/docker-magento/issues/619
Can confirm that reverting docker to 4.3.2 did not resolve this issue.
I'm seeing this issue when running the existing magento guide;
bin/setup-domain magento.test Your system password has been requested to add an entry to /etc/hosts... bin/setup-domain: line 9: sudo: command not found
I'm facing the same issue, also on bin/setup-domain. I already installed docker 4.3.2, but the problem persists.
I'm using Windows 100 and running the one-liner in Git Bash.
sudo: command not found
Are you running commands within WSL2? sudo should definitely be a command on Linux/Ubuntu 😃.
As far as Windows support, it's definitely neglected as I'm not a Windows user. That said, I'll always take contributions which add additional support for Windows as long a the updates are backwards-compatible with Mac + Linux.
Note there is a big thread on WSL2 support at https://github.com/markshust/docker-magento/discussions/372