我想通过 php 使用 docker 登录。
我已经尝试在 php.ini 中使用以下命令。
$content = system('sudo docker exec -it 8a3d7166d18d bash ;', $ret);
但它给出了以下错误:
the input device is not a TTY
它可以通过 ubuntu 中的终端完美运行。但不能在浏览器中使用该文件。
我想通过 php 使用 docker 登录。
我已经尝试在 php.ini 中使用以下命令。
$content = system('sudo docker exec -it 8a3d7166d18d bash ;', $ret);
但它给出了以下错误:
the input device is not a TTY
它可以通过 ubuntu 中的终端完美运行。但不能在浏览器中使用该文件。