Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to restore docker container filesystem R/W layer, metadata and volume data. #1

Open
anopperl opened this issue Mar 24, 2019 · 1 comment

Comments

@anopperl
Copy link

Hey ,

thanks for provide sh file for backup docker container filesystem R/W layer, metadata and volume data.
how to restore docker container filesystem R/W layer, metadata and volume data ?

@vincepare
Copy link
Owner

vincepare commented Apr 5, 2019

You can restore volume data and R/W layer data manually, simply by extracting the archive and move files to an existing container's R/W layer directory / existing volume's directory.

I do not recommend you to try restoring container metadata as it's a docker internals stuff. You should rather create a new container and then restore R/W layer & volume.

Container metadata mainly consist of json files, so they are human readable and can give you a good overview of the container settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants