forked from AliyunContainerService/pouch
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge to my pouch #1
Merged
Merged
Conversation
This file contains 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
bugfix: add default tag ":latest" when using pouch rmi to remove untagged container images.
Signed-off-by: Michael Wan <zirenwan@gmail.com>
feature: support update container's cpu-period
Add volume driver alias, pouchd can config the exist volume driver's alias. Signed-off-by: Rudy Zhang <rudyflyzhang@gmail.com>
feature: add volume driver alias
Signed-off-by: Michael Wan <zirenwan@gmail.com>
fix pouch github address url
bugfix: update label compatibility with alidocker
feature: add run flag ulimit
Signed-off-by: pouchrobot <pouch-dev@list.alibaba-inc.com>
docs: auto generate pouch cli/api docs via code
The docker exec api uses custom stream bytes if the tty is false. In order to align with docker API, we need to use github.com/docker/docker/pkg/stdcopy package to modify stream bytes. In order to make the cri CI happy, we should skip the related `echo` test. Signed-off-by: Wei Fu <fhfuwei@163.com>
bugfix: align with docker v1.24 API
Signed-off-by: Wei Fu <fhfuwei@163.com>
…n_tty bugfix: setRawMode can only be set when the user set tty
Modify log format to "time.RFC3339Nano=2006-01-02T15:04:05.999999999Z07:00" Signed-off-by: Rudy Zhang <rudyflyzhang@gmail.com>
Signed-off-by: Wei Fu <fhfuwei@163.com>
…fter_create bugfix: add newline for id when create container
Signed-off-by: Michael Wan <zirenwan@gmail.com>
bugfix: modify log format
feature: update restful api support update container diskquota
add client debug flag, so we can get more debug info when running pouch commands Signed-off-by: Chuanyun Li <lcy041536@gmail.com>
Signed-off-by: unknown <1020216950@qq.com>
if flag not be passed, we should not merge it with demon config file, the bug only exist in slice and array type of flag, since we do not do conflict check to this type of flag. Signed-off-by: Ace-Tang <aceapril@126.com>
Signed-off-by: pouchrobot <pouch-dev@list.alibaba-inc.com>
feature: add client debug flag
bugfix: fix merge flag default value in config
docs: auto generate pouch cli/api docs via code
doc: fix word misspell
Signed-off-by: pouchrobot <pouch-dev@list.alibaba-inc.com>
docs: auto generate pouch cli/api docs via code
bugfix: we must call Restore container after initialize network Mgr
bugfix: pull image before run and upgrade
test: fix a ineffectual assignment
Signed-off-by: pouchrobot <pouch-dev@list.alibaba-inc.com>
docs: auto generate pouch cli/api docs via code
Signed-off-by: Wei Fu <fhfuwei@163.com>
feature: add pouch load functionality
Signed-off-by: xiechengsheng <XIE1995@whut.edu.cn>
feature: add wait client command for pouch
Signed-off-by: pouchrobot <pouch-dev@list.alibaba-inc.com>
docs: auto generate pouch cli/api docs via code
check cgroup resource valid in container create, discard un-support cgroup set related flag. Signed-off-by: Ace-Tang <aceapril@126.com>
As the ceph volume plugin depends on alibaba storage service, ceph volume plugin can't work outside alibaba. So we will remove the ceph volume. If you need ceph storage, you can use contiv volume plugin (https://github.com/contiv-experimental/volplugin) Signed-off-by: Eric Li <lcy041536@gmail.com>
Signed-off-by: Allen Sun <allensun.shl@alibaba-inc.com>
Signed-off-by: zhuangqh <zhuangqhc@163.com>
Signed-off-by: Eric Li <lcy041536@gmail.com>
Signed-off-by: Allen Sun <allensun.shl@alibaba-inc.com>
docs: update FAQ.md to add kernel version support
feature: add container's network files
refactor: remove ceph volume plugin
fix: correct shell script format via shellcheck reports
Signed-off-by: pouchrobot <pouch-dev@list.alibaba-inc.com>
docs: auto generate pouch cli/api docs via code
Signed-off-by: Zou Rui <21751189@zju.edu.cn>
enhance: add more log for creating new objects
feature: add cgroup resources check
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.
1.Describe what this PR did
2.Does this pull request fix one issue?
3.Describe how you did it
4.Describe how to verify it
5.Special notes for reviews