mirror of https://github.com/docker/docs.git
Merge pull request #7646 from axeal/patch-8
Fix `docker manifest` doc link
This commit is contained in:
commit
a04cec0d2c
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
description: Page for deprecation announcements.
|
||||
keywords: registry, manifest, images, signatures, repository, distribution, digest
|
||||
keywords: dtr, manifest list, api, repository, digest
|
||||
title: Deprecation Notice
|
||||
---
|
||||
|
||||
|
|
@ -14,5 +14,5 @@ Since `v2.5`, it has been possible for repository admins to autogenerate manifes
|
|||
|
||||
#### 2.7
|
||||
|
||||
The above behavior and the `enableManifestLists` field will be removed in `v2.7`. Starting in `v2.7`, you can use the CLI command, `docker manifest`, to [create and push a manifest list to any repository](./engine/reference/commandline/manifest/).
|
||||
The above behavior and the `enableManifestLists` field will be removed in `v2.7`. Starting in `v2.7`, you can use the CLI command, `docker manifest`, to [create and push a manifest list to any repository](/engine/reference/commandline/manifest/).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue