Skip to content

Commit abb9629

Browse files
authored
Update README.md
1 parent e3bf805 commit abb9629

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ An efficient Docker image transfer system that extracts and merges necessary ima
1212

1313
- Push the [base images](#docker-base-images) to both servers.
1414
- 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)
1516
- 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)
1618

1719
2. **Partial Updates:**
1820

0 commit comments

Comments
 (0)