mirror of
https://github.com/docker/docs.git
synced 2026-04-05 10:48:55 +07:00
- Every container that gets created through Swarm gets a Swarm ID assigned (as a label). - All API operations (start, stop, ...) can be performed by using either the container ID or the swarm ID. Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>