You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ A limitation in the current NM REST API disallows multiple controls in a single
190
190
191
191
It is recommended to build all containers using the instructions in this document when practical for local deployment. To support other use cases, all images may also be built once and exported to a tar.gz using standard tools for offline deploments.
192
192
193
-
The script `export.sh` will create a single .tar.gz file suitable for import by Docker or Podman without requiring access to external resources.
193
+
The script `export.sh` will build or pull all necessary images and create a single .tar.gz file suitable for import by Docker or Podman without requiring access to external resources.
194
194
195
195
The tar.gz file can be imported using `podman|docker import anms-${VERSION}-images.tar.gz`
0 commit comments