Edge Software Catalog
Support for issues related to Edge Software Catalog
Announcements
The Edge Software Catalog community is read-only. For support, please visit the Open Edge Platform (https://github.com/open-edge-platform) GitHub organization and post your question in the relevant repository’s Issues section.
492 Discussions

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

fa2233
New Contributor I
1,380 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
1,376 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
1,377 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