Skip to content

Commit c61a07b

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ An efficient Docker image transfer system that extracts and merges necessary ima
1111
1. **Share a Common Base Image:**
1212

1313
- 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)
14+
- Build custom images on top of the shared base images (e.g., `FROM junwha/dslice-base-torch:py3.10-torch2.4.1` at the top of the Dockerfile).
15+
- Save the above layers as a tar.gz file (`dslice save <image tag> `=> <image tag>.tar.gz will be created)
1616
- 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)
17+
- Load the tar.gz file at the offline server (`dslice load <image.tag>.tar.gz`)
1818

1919
2. **Partial Updates:**
2020

0 commit comments

Comments
 (0)