shopware / development

MIT License
189 stars 170 forks source link

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

Closed reutli closed 3 years ago

reutli commented 3 years ago

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 3 years ago

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