Open
Conversation
- Create_container 通信补充owner_name字段
- 调整使得初始密码变为:{user_name}+123
- containerstatus补充CREATING、STOPPING、STARTING字段
- 调整Node通信,使得执行完Create_container方法后先由API传回"CREATING"字段
- 迎合Ctrl心跳方法。补充api_bp.post("/container_status")的接收
- 增加了一个bash超时的回退 - 补充了对ssh的解析
- 完成了删除合作者的逻辑
- 修正了remove_collaborator和add_collaborator的一些注释、变量表示 - 修正了一些报错方法。 - 补充了创建容器时的同名检查。
- 修复了 ROOT 权移交时会出现的bug(被降级为admin的用户不存在的问题)
- 补充了反注入的逻辑
- 补充了 mount 逻辑,使得各容器的root保存更加安全 - 补充了 swap 参数
- 尝试修复apt导致的异常
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
功能实现
Bug 修复
异常处理与稳定性
权限与安全
[新的对应用户名]123(如Test123);(2)删旧的Test用户;(3)为原来的root用户创一个新号,密码为[新的对应用户名]123,并设为ADMIN代码质量