shopwareArchive / shopware-docker

A docker setup ready for shopware development
74 stars 37 forks source link

Boot stuck on step 8 #29

Closed Tobz92 closed 5 years ago

Tobz92 commented 5 years ago

Hi,

is just wanted to build the repository. I cloned, cd into the cloned project and build it with ./psh.phar docker:start .

But at this point, nothing else is happening and it seems like the build is stuck: Step 8/9 : RUN /tmp/createuser.sh ---> Running in 003803d86123 Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully

mjpr263 commented 5 years ago

Try to start the docker:start with "sudo ./psh.phar docker:start" Worked for me, unfortunately i got other errors in the next steps. ;)

teiling88 commented 5 years ago

is your user assigned to the docker group?

teiling88 commented 5 years ago

Closed caused of inactivity!