ArcGIS Notebook Server includes a utility to be run after the software is installed. This utility installs the Docker container images for notebooks that you downloaded from My Esri. When your ArcGIS Notebook Server installation is complete, run the post installation utility to install the Windows container image. Perform the following steps for each machine on which you have installed ArcGIS Notebook Server:
- Open the command prompt window as an administrator.
- Change directories to the ArcGIS Notebook Server tools folder.
By default, the path is C:\Program Files\ArcGIS\NotebookServer\tools\PostInstallUtility.
- Optionally, refer to the utility's help by running the following command:
PostInstallUtility.bat -h - Determine whether Docker is active on your machine by running the following command:
PostInstallUtility.bat -d- If Docker is not active, install Mirantis Container Runtime or Docker Engine from Binaries.
- Install the runtime image you downloaded from My Esri by running the following command:
Note:
The image should be zipped in the tar.gz format.
PostInstallUtility.bat -l <path of .tar.gz Docker image>Note:
Ensure that your machine has at least 100 GB of free disk space.
Proceed to create an ArcGIS Notebook Server site.