mirror of https://github.com/docker/docs.git
Merge pull request #12476 from pwaller/small-cl-improvement
Improve build cancelation description in CHANGELOG
This commit is contained in:
commit
d12a2d8aeb
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
#### Builder
|
#### Builder
|
||||||
+ Building images from an image ID
|
+ 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
|
+ `commit --change` to apply specified Dockerfile instructions while committing the image
|
||||||
+ `import --change` to apply specified Dockerfile instructions while importing 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
|
#### Client
|
||||||
+ Windows Support
|
+ Windows Support
|
||||||
|
|
Loading…
Reference in New Issue