Docker Swarm Security

# Setting up Swarm Autolock

docker swarm update –autolock=true
systemctl restart docker
docker node ls

docker swarm unlock

#To Retrieve Key after swam is unlocked
docker swarm unlock-key

# To rotate the key:
docker swarm unlock-key –rotate

# Swarm Password
SWMKEY-1-Ks2bW8Kivk4U32BeMV71W+qYWnpubXfnXVCdhobvHKI

#To Retrieve Key after swam is unlocked
docker swarm unlock-key

#To rotate the key:
docker swarm unlock-key –rotate

(Visited 92 times, 1 visits today)

Leave a Reply