I use ssh inside the ddev web container, and it was there just fine until ddev v1.3.0. Where did it go and how do I get it back?
相关问题
- What's the fastest way to install and set up T
- Project files missing in container DDEV / Typo3 Wi
- How can I find out what's going wrong with a d
- Communication between two ddev projects
- How can I enable an Apache module on ddev?
相关文章
- Project files missing in container DDEV / Typo3 Wi
- How can I find out what's going wrong with a d
- Communication between two ddev projects
- How can I enable an Apache module on ddev?
- Where did the ssh client go in ddev v1.3.0?
- How can I export a database from ddev?
- How can ddev automatically create additional datab
- How can I create and load a second database in dde
Unfortunately the base container used for the web container dropped the openssh-client Debian package in this upgrade and we didn't catch that. It will be fixed in v1.4.0 or sooner (November 2018)
In the meantime, you can:
webimage: drud/ddev-webserver:20181017_add_ssh
to your .ddev/config.yaml (don't forget to remove it next time you upgrade) orWe do apologize for losing the openssh-client package in this release.