Edge Software Catalog
Support for issues related to Edge Software Catalog
446 Discussions

I want to deployment EIS on other computer(no internet connect)

fa2233
New Contributor I
1,002 Views

i push EIS to local file. how to transfer and deployment on another computer

Labels (1)
0 Kudos
1 Solution
Jia-Shing_W_Intel
Moderator
998 Views

Do these other computers have network access at all? Typically, we would expect you to have a system that has external network access so EIS container images can be built on it. Once they are built, they can be pushed to a Docker registry server hosted internally on premise. This way, other computers can pull the images from the internal registry server and do the deployment. You can refer to section 15.2 in the user guide about this.

If it's not on any network, you might need to use the docker's save and load commands to manually transfer the image files.

View solution in original post

1 Reply
Jia-Shing_W_Intel
Moderator
999 Views

Do these other computers have network access at all? Typically, we would expect you to have a system that has external network access so EIS container images can be built on it. Once they are built, they can be pushed to a Docker registry server hosted internally on premise. This way, other computers can pull the images from the internal registry server and do the deployment. You can refer to section 15.2 in the user guide about this.

If it's not on any network, you might need to use the docker's save and load commands to manually transfer the image files.

Reply