shopware/development

shopware/development:local installed under Ubuntu 20.04 in docker - no ssh???

reutli opened this issue · 1 comments

Hi,

I've installed shopware/dev:local under Ubuntu 20.04 successfully. As my Ubuntu machine is not locally but in my network, I need to ssh in the machine normally (not with ./psh.phar docker:ssh) also to setup the dev environment with an IDE.

It seems that SSH is not installed in the app server as far as there's no port exposing defined in the .yaml files.

Ho do I get this working, otherwise I'm not able to develop.

Thanks for help in advance.

shyim commented

The Docker container is not intended to have a SSH server running.
./psh.phar docker:ssh has an wrong naming it just executes bash inside the container