Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
Welcome to the Intel Community! If you like the answer to your question, please mark it as 'Accepted Solution' to help others.

The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

Learn more about developing on Intel® Hardware and Software here.
403 Discussions

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

fa2233
New Contributor I
596 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
592 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
593 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