[GH-ISSUE #81] [Bug] SSH部署,命令为 docker exec -it nginx nginx -s reload 时会部署失败 #61

Closed
opened 2026-03-03 00:31:07 +03:00 by kerem · 1 comment
Owner

Originally created by @qcmoke on GitHub (Sep 23, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/81

描述问题
SSH部署,命令为 docker exec -it nginx nginx -s reload 时会部署失败

截图
image

环境

  • 操作系统: Windows
  • 浏览器: Chrome
  • 仓库版本: v0.1.10

其他信息
在此处添加关于该问题的任何其他信息。

Originally created by @qcmoke on GitHub (Sep 23, 2024). Original GitHub issue: https://github.com/certimate-go/certimate/issues/81 **描述问题** SSH部署,命令为 docker exec -it nginx nginx -s reload 时会部署失败 **截图** ![image](https://github.com/user-attachments/assets/2dc0b601-2a32-4fa3-9c11-d4c840af886a) **环境** - 操作系统: Windows - 浏览器: Chrome - 仓库版本: v0.1.10 **其他信息** 在此处添加关于该问题的任何其他信息。
kerem 2026-03-03 00:31:07 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@qcmoke commented on GitHub (Sep 23, 2024):

已经解决了,去掉 -it 就可以了,改用:docker exec nginx nginx -s reload

<!-- gh-comment-id:2367340477 --> @qcmoke commented on GitHub (Sep 23, 2024): 已经解决了,去掉 -it 就可以了,改用:docker exec nginx nginx -s reload
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#61
No description provided.