mirror of https://github.com/docker/docs.git
Add overview for deprecated feature and recommended approach
This commit is contained in:
parent
a638a56e65
commit
8077a929ab
|
@ -40,7 +40,12 @@ can be nested inside one another, to create hierarchies.
|
|||
|
||||
You can nest collections inside one another. If a user is granted permissions
|
||||
for one collection, they'll have permissions for its child collections,
|
||||
pretty much like a directory structure.
|
||||
pretty much like a directory structure. As of UCP `3.1`, the ability to create a nested
|
||||
collection of more than 2 layers deep within the root /Swarm/ collection has been deprecated.
|
||||
|
||||
The following image provides two examples of nested collections with the recommended maximum
|
||||
of two nesting layers. The first example illustrates an environment-oriented collection, and the second
|
||||
example illustrates an application-oriented collection.
|
||||
|
||||
{: .with-border}
|
||||
|
||||
|
|
Loading…
Reference in New Issue