mirror of https://github.com/docker/docs.git
parent
f1ff148c58
commit
ebf14248be
|
@ -253,8 +253,6 @@ several more.
|
|||
- Removed: `volume_driver`, `volumes_from`, `cpu_shares`, `cpu_quota`,
|
||||
`cpuset`, `mem_limit`, `memswap_limit`, `extends`, `group_add`. See
|
||||
the [upgrading](#upgrading) guide for how to migrate away from these.
|
||||
For more information on `extends`, see
|
||||
[Extending services](../multiple-compose-files/extends.md).
|
||||
|
||||
- Added: [deploy](compose-file-v3.md#deploy)
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ _For checksums, see [Release notes](../release-notes.md)_
|
|||
|
||||
- WSL version 1.1.3.0 or later.
|
||||
- Windows 11 64-bit: Home or Pro version 21H2 or higher, or Enterprise or Education version 21H2 or higher.
|
||||
- Windows 10 64-bit: Home or Pro 21H2 (build 19045) or higher, or Enterprise or Education 21H2 (build 19045) or higher.
|
||||
- Windows 10 64-bit: Home or Pro 22H2 (build 19045) or higher, or Enterprise or Education 22H2 (build 19045) or higher.
|
||||
- Turn on the WSL 2 feature on Windows. For detailed instructions, refer to the
|
||||
[Microsoft documentation](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
|
||||
- The following hardware prerequisites are required to successfully run
|
||||
|
|
Loading…
Reference in New Issue