我正在开发一个java应用程序来连接(使用SSH)Linux机器附加一个docker容器并发送命令。
现在,我能够连接linux机器,发送命令并读取响应,但是当我尝试连接容器并在其中发送命令时,没有收到任何内容,我无法发送命令。
我是以下的代码。你能帮我解决这个问题吗?
<article class="s-article t-twocol__article">
<header class="s-article__header">
<h1 class="s-article__title">{{ page.title }}</h1>
<h4 class="s-article__lede">{{ page.lede }}</h4>
</header>
<div class="s-article__content">
{% if {{page.form}} == "full" %}
{% include c-form--full.html %}
{% endif %}
{% if {{page.form}} == "free" %}
{% include c-form--free.html %}
{% endif %}
{{ content }}
</div>
</article>