mirror of https://github.com/docker/docs.git
Add para about stacks (#191)
This commit is contained in:
parent
b148c05903
commit
72353b5d69
|
@ -100,6 +100,11 @@ controls these labels, and you don't need to manage them.
|
|||
Collections get generic default names, but you can give them meaningful names,
|
||||
like "Dev", "Test", and "Prod".
|
||||
|
||||
A *stack* is a group of resources identified by a label. You can place the
|
||||
stack's resources in multiple collections. Resources are placed in the user's
|
||||
default collection unless you specify an explicit `com.docker.ucp.access.label`
|
||||
within the stack/compose file.
|
||||
|
||||
## Control access to nodes
|
||||
|
||||
The Docker EE Advanced license enables access control on worker nodes.
|
||||
|
|
Loading…
Reference in New Issue