ezsystems / launchpad

CLI tool to bootstrap an eZ Platform project Docker stack | #justcode
https://ezsystems.github.io/launchpad
MIT License
22 stars 26 forks source link

SSH Key #83

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hello,

how can i work with the SSH Key from my Mac in the Launchpad?

Thanks Dominik

Plopix commented 4 years ago

Hello,

You don't. That's a bad practice to ssh into docker container, you can docker exec. Same logic on eZ Launchpad because that's just a docker wrapper.

You do ez enter or ez exec or you also have ez sfrun $SYMFONYCOMMAND like ez sfrun cache:clear same with composer ez comprun update or `install of whatever ;)

Closing the issue in the same time

Thanks!

ghost commented 4 years ago

Thank you!