33. Docker Swarm AutoLock

Опубликовано: 18 Март 2025
на канале: iMustLearn
69
1

##Docker Swarm:
-----------------
Encrypts RAFT logs and TLS communication between nodes

##Docker Swarm Autolock
Provides an un lock key to un lock Swarm whenever docker restart.

##Commands:
Turn on Autolock
docker swarm init autolock true
docker swarm update autolock true


Turn off A utolock
docker swarm update autolock =false


Unlock Swarm manager
docker swarm unlock


Retrieve unlock key
docker swarm unlock key

Rotate unlock key
docker swarm unlock key rotate

Reference Doc:
https://docs.docker.com/engine/swarm/...