You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## 0.12.0 (2014-06-05)
4
+
5
+
#### Notable features since 0.11.0
6
+
* New `COPY` Dockerfile instruction to allow copying a local file from the context into the container without ever extracting if the file is a tar file
7
+
* Inherit file permissions from the host on `ADD`
8
+
* New `pause` and `unpause` commands to allow pausing and unpausing of containers using cgroup freezer
9
+
* The `images` command has a `-f`/`--filter` option to filter the list of images
10
+
* Add `--force-rm` to clean up after a failed build
11
+
* Standardize JSON keys in Remote API to CamelCase
12
+
* Pull from a docker run now assumes `latest` tag if not specified
13
+
* Enhance security on Linux capabilities and device nodes
0 commit comments