How do I encrypt a volume for Docker container? I am using Ubuntu 16.04.
I tried https://github.com/projectatomic/docker-lvm-plugin . However it says
make: *** No rule to make target `main.go', needed by `lvm-plugin-build'. Stop.
I also tried https://medium.com/@kalahari/docker-data-volume-snapshots-and-encryption-with-lvm-and-luks-ce80e0555225. It is not able to find specified github location.
Can someone point me to the right documentation to do this. I need to encrypt the volume which will be used for keeping data at rest secure.