How to encrypt a volume for docker container
up vote
1
down vote
favorite
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.
encryption docker
add a comment |Â
up vote
1
down vote
favorite
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.
encryption docker
2
This question is showing up in the Low Quality Post queue, likely due to it's length. Would you be so kind as to expand it a bit perhaps by telling us what you've tried, the documentation you've reviewed, etc.. Thank you for helping us help you!
â Elder Geek
Mar 29 at 17:27
Could you please add a little more detail? What exactly did you do, what did you expect to happen and what happened instead? Did you encounter any warning or error messages? Please reproduce them in their entirety in your question. You can select, copy and paste terminal content and most dialogue messages in Ubuntu. Please edit your post to add information instead of posting a comment. (see How do I ask a good question?)
â David Foerster
Mar 30 at 9:28
Related: askubuntu.com/questions/932992/â¦
â Elder Geek
Mar 30 at 18:28
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
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.
encryption docker
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.
encryption docker
encryption docker
edited Mar 30 at 6:35
Zanna
48k13119228
48k13119228
asked Mar 29 at 11:20
Ashutosh Kumar
62
62
2
This question is showing up in the Low Quality Post queue, likely due to it's length. Would you be so kind as to expand it a bit perhaps by telling us what you've tried, the documentation you've reviewed, etc.. Thank you for helping us help you!
â Elder Geek
Mar 29 at 17:27
Could you please add a little more detail? What exactly did you do, what did you expect to happen and what happened instead? Did you encounter any warning or error messages? Please reproduce them in their entirety in your question. You can select, copy and paste terminal content and most dialogue messages in Ubuntu. Please edit your post to add information instead of posting a comment. (see How do I ask a good question?)
â David Foerster
Mar 30 at 9:28
Related: askubuntu.com/questions/932992/â¦
â Elder Geek
Mar 30 at 18:28
add a comment |Â
2
This question is showing up in the Low Quality Post queue, likely due to it's length. Would you be so kind as to expand it a bit perhaps by telling us what you've tried, the documentation you've reviewed, etc.. Thank you for helping us help you!
â Elder Geek
Mar 29 at 17:27
Could you please add a little more detail? What exactly did you do, what did you expect to happen and what happened instead? Did you encounter any warning or error messages? Please reproduce them in their entirety in your question. You can select, copy and paste terminal content and most dialogue messages in Ubuntu. Please edit your post to add information instead of posting a comment. (see How do I ask a good question?)
â David Foerster
Mar 30 at 9:28
Related: askubuntu.com/questions/932992/â¦
â Elder Geek
Mar 30 at 18:28
2
2
This question is showing up in the Low Quality Post queue, likely due to it's length. Would you be so kind as to expand it a bit perhaps by telling us what you've tried, the documentation you've reviewed, etc.. Thank you for helping us help you!
â Elder Geek
Mar 29 at 17:27
This question is showing up in the Low Quality Post queue, likely due to it's length. Would you be so kind as to expand it a bit perhaps by telling us what you've tried, the documentation you've reviewed, etc.. Thank you for helping us help you!
â Elder Geek
Mar 29 at 17:27
Could you please add a little more detail? What exactly did you do, what did you expect to happen and what happened instead? Did you encounter any warning or error messages? Please reproduce them in their entirety in your question. You can select, copy and paste terminal content and most dialogue messages in Ubuntu. Please edit your post to add information instead of posting a comment. (see How do I ask a good question?)
â David Foerster
Mar 30 at 9:28
Could you please add a little more detail? What exactly did you do, what did you expect to happen and what happened instead? Did you encounter any warning or error messages? Please reproduce them in their entirety in your question. You can select, copy and paste terminal content and most dialogue messages in Ubuntu. Please edit your post to add information instead of posting a comment. (see How do I ask a good question?)
â David Foerster
Mar 30 at 9:28
Related: askubuntu.com/questions/932992/â¦
â Elder Geek
Mar 30 at 18:28
Related: askubuntu.com/questions/932992/â¦
â Elder Geek
Mar 30 at 18:28
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020234%2fhow-to-encrypt-a-volume-for-docker-container%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
This question is showing up in the Low Quality Post queue, likely due to it's length. Would you be so kind as to expand it a bit perhaps by telling us what you've tried, the documentation you've reviewed, etc.. Thank you for helping us help you!
â Elder Geek
Mar 29 at 17:27
Could you please add a little more detail? What exactly did you do, what did you expect to happen and what happened instead? Did you encounter any warning or error messages? Please reproduce them in their entirety in your question. You can select, copy and paste terminal content and most dialogue messages in Ubuntu. Please edit your post to add information instead of posting a comment. (see How do I ask a good question?)
â David Foerster
Mar 30 at 9:28
Related: askubuntu.com/questions/932992/â¦
â Elder Geek
Mar 30 at 18:28