We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bf805 commit abb9629Copy full SHA for abb9629
1 file changed
README.md
@@ -12,7 +12,9 @@ An efficient Docker image transfer system that extracts and merges necessary ima
12
13
- Push the [base images](#docker-base-images) to both servers.
14
- Build custom images on top of the shared base images.
15
+- Save the above layers as a tar.gz file (dslice save <image tag> => <image tag>.tar.gz will be created)
16
- Transfer only the new layers above the base, minimizing data transfer.
17
+- Load the tar.gz file at the offline server (dslice load <image.tag>.tar.gz)
18
19
2. **Partial Updates:**
20
0 commit comments