Docker volume plugins Docker Engine volume plugins enable Engine deployments to be integrated with external storage systems such as Amazon EBS, and enable data volumes to persist beyond the lifetime of a single Docker host. See the plugin documentation for more information. Setting up First we install openssh and configure test user with password testpassword in the second node apk add --no-cache openssh adduser -D test echo "test:testpassword" | chpasswd ssh-keygen -N "" -t rsa -f /etc/ssh/s...