-
Notifications
You must be signed in to change notification settings - Fork 169
Docker Installation on Windows #28
Comments
I was also not able to run the development environment on Windows even using a Linux subsystem. After checking the installation requirements many times, it looks to me that this environment works only on Linux based systems. https://docs.shopware.com/en/shopware-platform-dev-en/getting-started/requirements |
Where did you run the Is there any error log, when running that command or when starting the docker container? |
there is no ./psh.phar file in the Docker container: > docker exec -i --env COLUMNS=`tput cols` --env LINES=`tput lines` -u 1000:1000 -t e443d24c67ef6bceb1abdee25a29a6b0da0fd32a7203345e597aa361cdaa290f bash
application@e443d24c67ef:/app$ pwd
/app
application@e443d24c67ef:/app$ ls
dev-ops
application@e443d24c67ef:/app$ root@e443d24c67ef:/app# pwd
/app
root@e443d24c67ef:/app# ls
dev-ops |
Ok maybe this is related to this issue from docker under windows. |
No luck for me on this personally - volumes still missing. Shared drive credentials are correct - incorrect credentials throws a login error |
Are there updates planned for windows docker installation? Can't get it to work either. |
I also have problems to get shopware 6 development version running in windows. I tried using windows subsystem for linux using ubuntu 18.04 LTS and running the first command
So it seems this php script runner is not able to execute the shell scripts correctly. Best regards, |
@StefanMetzOrlob I found just installing a dual boot Ubuntu 18.04 the easiest solution. Works perfectly in there. |
@StefanMetzOrlob I'm also working with an Ubuntu system. @dtrilsbeek You have all files present? |
@SC-cmarquardt Yes, but on a standalone ubuntu. Not on a windows subsystem. |
@dtrilsbeek okay, this is something I can also confirm for a standalone Debian. Probably the problem occurs because of the Windows Docker runtime. |
There are working solutions like: https://dockware.io/ or WSL2 with Docker (Anything needs to be done in the WSL Distro) which works for Shopware 6. |
For me it worked by changing the CR/LF for LF |
Hi,
I trying to install Shopware 6 locally on windows using a Linux Subsystem (WSL).
After running
psh.phar docker:start
I connect to the running container using
psh.phar docker:ssh
According to the documentaion I shall now be able to install Shopware with
psh.phar install
.But the whole /app directory of the Docker container is empty except for a mysql directory in /dev-ops/docker/_volumes
Am I missing a step or is it just impossible to run the container on a Windows system?
Kind regards,
Christopher
The text was updated successfully, but these errors were encountered: