mirror of https://github.com/docker/docs.git
Merge pull request #1119 from londoncalling/d4mac-d4win-beta36
added beta 36 relnotes, and minor wording updates to Docker.qcow2 que…
This commit is contained in:
commit
2568ee4e38
|
@ -148,7 +148,7 @@ and containers.
|
|||
|
||||
In Docker 1.13 there is preliminary support for "TRIM" to non-destructively
|
||||
free space on the host. First free space within the `Docker.qcow2` by
|
||||
removing unneeded containers and images using
|
||||
removing unneeded containers and images with the following commands:
|
||||
|
||||
- `docker ps -a`: list all containers
|
||||
- `docker image ls`: list all images
|
||||
|
@ -164,9 +164,9 @@ If the space needs to be reclaimed sooner, run this command:
|
|||
docker run --rm -it --privileged --pid=host walkerlee/nsenter -t 1 -m -u -i -n fstrim /var
|
||||
```
|
||||
|
||||
Once the `fstrim` has completed, restart the app. When the app shuts down it
|
||||
will compact the file and the space will be freed. Note the app will
|
||||
take longer to restart than usual because it must wait for the
|
||||
Once the `fstrim` has completed, restart the app. When the app shuts down, it
|
||||
will compact the file and free up space. The app will
|
||||
take longer than usual to restart because it must wait for the
|
||||
compaction to complete.
|
||||
|
||||
For background conversation thread on this, see [Docker.qcow2 never shrinks
|
||||
|
|
|
@ -213,6 +213,19 @@ events or unexpected unmounts.
|
|||
|
||||
## Beta Release Notes
|
||||
|
||||
### Beta 36 Release Notes (2017-01-12 1.13.0-rc6-beta36)
|
||||
|
||||
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
|
||||
|
||||
**Upgrades**
|
||||
|
||||
- Docker 1.13.0-rc6
|
||||
- Docker Compose 1.10-rc2
|
||||
|
||||
**Bug fixes and minor improvements**
|
||||
|
||||
- Revert to Linux 4.4.41 LTS kernel to resolve fuse cache issues
|
||||
|
||||
### Beta 35 Release Notes (2017-01-06 1.13.0-rc5-beta35)
|
||||
|
||||
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
|
||||
|
|
|
@ -219,6 +219,19 @@ We did not distribute a 1.12.4 stable release
|
|||
|
||||
## Beta Release Notes
|
||||
|
||||
### Beta 36 Release Notes (2017-01-12 1.13.0-rc6-beta36)
|
||||
|
||||
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
|
||||
|
||||
**Upgrades**
|
||||
|
||||
- Docker 1.13.0-rc6
|
||||
- Docker Compose 1.10-rc2
|
||||
|
||||
**Bug fixes and minor improvements**
|
||||
|
||||
- Revert to Linux 4.4.41 LTS kernel to resolve fuse cache issues
|
||||
|
||||
### Beta 35 Release Notes (2017-01-06 1.13.0-rc5-beta35)
|
||||
|
||||
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
|
||||
|
|
Loading…
Reference in New Issue