add docker image on MCR #164

Open
opened 2 years ago by rbsetiawan · 2 comments
Owner
  • command

    • Error 👎
    docker load -i rke2-windows-1809-amd64-images.tar.gz
    

    https://github.com/rancher/rke2/issues/2732

    image

    • Error 👎
    docker import rke2-windows-1809-amd64-images.tar.gz
    

    image

    • Error 👎
    docker load < rke2-windows-1809-amd64-images.tar.gz
    

    image

Add docker image notebook server

ref: https://enterprise.arcgis.com/en/notebook/latest/install/windows/configure-arcgis-notebook-server-after-installation.htm

Configure ArcGIS Notebook Server after installation (Linux containers)

  • open cmd run as administrator
  • to directory C:\Program Files\ArcGIS\NotebookServer\tools\postInstallUtility
  • run command
PostInstallUtility.bat -l <path of .tar.gz Docker image>
- command - Error 👎 ``` docker load -i rke2-windows-1809-amd64-images.tar.gz ``` https://github.com/rancher/rke2/issues/2732 ![image](/attachments/33b14dff-4a37-4076-b65a-85fd337f57dc) - Error 👎 ``` docker import rke2-windows-1809-amd64-images.tar.gz ``` ![image](/attachments/85c48199-611b-40d4-92a6-41dbd8a42de1) - Error 👎 ``` docker load < rke2-windows-1809-amd64-images.tar.gz ``` ![image](/attachments/2db17b5d-5b57-4a19-8da4-ec572f23bc2a) ## Add docker image notebook server ref: https://enterprise.arcgis.com/en/notebook/latest/install/windows/configure-arcgis-notebook-server-after-installation.htm Configure ArcGIS Notebook Server after installation (Linux containers) - open cmd run as administrator - to directory `C:\Program Files\ArcGIS\NotebookServer\tools\postInstallUtility` - run command ``` PostInstallUtility.bat -l <path of .tar.gz Docker image> ```
rbsetiawan added the
ArcGIS Notebook Server
label 2 years ago
Poster
Owner

linux add user to group docker

image

# linux add user to group docker ![image](/attachments/d9c78695-9d1d-426b-9b9e-279ff5c1173e)
494 KiB
Poster
Owner
# Install docker Ubuntu https://docs.vultr.com/how-to-install-docker-on-ubuntu-24-04 https://docs.docker.com/engine/install/ubuntu/ - best practice : https://medium.com/@tilak559/complete-guide-to-installing-and-uninstalling-docker-on-ubuntu-c7cace26ede7 # add group https://enterprise.arcgis.com/en/notebook/latest/install/linux/install-docker-for-arcgis-notebook-server.htm ``` sudo usermod -aG docker <ArcGIS Notebook Server install account> ``` # Install ArcGIS NoteBook Server
Sign in to join this conversation.
Loading…
There is no content yet.