Skip to content

Commit 4a8f7ce

Browse files
Add note on Docker storage driver:
Because hook-docker uses the overlay2 storage driver, the local docker client using pull-images.sh must also use the overlay2 storage driver. Signed-off-by: Jacob Weinstock <[email protected]>
1 parent b490bac commit 4a8f7ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ For use cases where having container images already available in Docker is neede
168168
169169
> Note: This will increase the overall size of HookOS. As HookOS is an in memory OS, make sure that the size increase works for the machines you are provisioning.
170170
171+
> Note: Hook-docker uses the `overlay2` storage driver. For the `pull-images.sh` script to work, your local Docker storage driver must be `overlay2`.
172+
171173
1. Create a file named `images.txt` in the [images/hook-embedded/](images/hook-embedded/) directory.
172174
1. Populate this `images.txt` file with the list of images to be embedded. See [images/hook-embedded/images.txt.example](images/hook-embedded/images.txt.example) for details on the required file format.
173175
1. Change directories to [images/hook-embedded/](images/hook-embedded/) and run [`pull-images.sh`](images/hook-embedded/pull-images.sh) script when building amd64 images and run [`pull-images.sh arm64`](images/hook-embedded/pull-images.sh) when building arm64 images. Read the comments at the top of the script for more details.

0 commit comments

Comments
 (0)