Skip to main content

All Questions

Tagged with
0 votes
0 answers
286 views

Mounting Entire Container into a Directory

I am trying to mount my entire docker debian container into /home/admin/main directory of my vps as a backup and migration solution but I get an error. Command Used sudo docker run -ditv /home/admin/...
zakadmin's user avatar
1 vote
0 answers
80 views

How to migrate a Docker image with all its parent layers to another machine?

I have a Docker box where I build my images. I would like to migrate the images to another machine but I would like to also have all the layers of the images available on that new machine. The ...
emmerich's user avatar
  • 175