chore: fixed titles missing from documents

This commit is contained in:
David Allen 2025-07-22 12:54:37 -06:00
parent 31bf2031d6
commit 60b4a0cf8b
Signed by: towk
GPG key ID: 793B2924A49B3A3F
16 changed files with 26 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# Serving the Root Filesystem with NFS (import-image.sh)
For the [tutorial](https://github.com/OpenCHAMI/tutorial-2025), we served images via HTTP with a local S3 bucket using MinIO and an OCI registry. We could instead serve our images by network mounting the directories that hold our images with NFS. We can spin up a NFS server on the head node by including NFS tools in our base image and configure our nodes to mount the images.
Configure NFS to serve your SquashFS `nfsroot` with as much performance as possible.