Skip to content

sunfeiyu/fix-ctrl+c-not-exit-when-pulling-image-from-docker#552

Merged
tanhe123 merged 3 commits into
alibaba:masterfrom
coco-super:sunfeiyu/fix-ctrl+c-not-exit-when-pulling-image-from-docker
Oct 23, 2019
Merged

sunfeiyu/fix-ctrl+c-not-exit-when-pulling-image-from-docker#552
tanhe123 merged 3 commits into
alibaba:masterfrom
coco-super:sunfeiyu/fix-ctrl+c-not-exit-when-pulling-image-from-docker

Conversation

@coco-super
Copy link
Copy Markdown
Collaborator

fix #252

Comment thread lib/docker.js
@@ -366,6 +367,8 @@ async function pullImage(imageName) {
}
resolve(resolveImageName);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pull 成功,也应该使用 containers.remove 吧

@tanhe123 tanhe123 merged commit 0493f3a into alibaba:master Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pull 镜像时,ctrl + c 没办法终止

2 participants