使用docker在PhpStorm中设置远程解释器

时间:2016-05-23 09:49:03

标签: php docker phpstorm

在PhpStorm的设置中,可以添加新的解释器。

Settings -> Languages & Frameworks -> PHP

我的机器上运行了不同的docker容器(Linux Mint),我想将它们作为解释器引用。

我试图关注the instructions from the doc,但没有成功:(

我应该通过docker容器配置SSH访问还是将容器添加为服务器?我在这里有点困惑。

1 个答案:

答案 0 :(得分:5)

LazyOne是对的,PHPStorm需要SSH访问才能使用容器解释器。

为了做到这一点,您需要在PHP开发映像中install & configure OpenSSH并运行其守护进程alongside the PHP-FPM process or Apache

然后您就可以通过SSH凭据创建远程解释器,如下所示:

enter image description here enter image description here