1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #12476 from pwaller/small-cl-improvement

Improve build cancelation description in CHANGELOG
This commit is contained in:
moxiegirl 2015-04-17 10:34:08 -07:00
commit d12a2d8aeb

View file

@ -4,10 +4,10 @@
#### Builder
+ Building images from an image ID
+ build containers with resource constraints, ie `docker build --cpu-shares=100 --memory=1024m...`
+ Build containers with resource constraints, ie `docker build --cpu-shares=100 --memory=1024m...`
+ `commit --change` to apply specified Dockerfile instructions while committing the image
+ `import --change` to apply specified Dockerfile instructions while importing the image
+ basic build cancellation
+ Builds no longer continue in the background when canceled with CTRL-C
#### Client
+ Windows Support