Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

You can either install a container by downloading a saved Docker image file directly from the Zixi Customer Portal, or you can download a regular Linux installation file and then build your own Docker container.

To download a Docker image file:

  1. Access the Zixi Customer Portal at https://portal.zixi.com.

  2. Log in using your Username and Password.

  3. In the Main Navigation, click Software.
    The available software versions for Zixi Feeder (which are available for your account) are displayed towards the top of the page.

  4. Click on the box of the version that you would like to install.
    The download options for the selected version are displayed.

  5. To download the Docker file, click on the Docker Download button and navigate to the location where you would like to save the file.

Alternatively, you can download the installation file by clicking on the Docker >_CLI button and executing the “wget” command that is provided.

6. Extract the installation file by typing the following command:

# gzip -d <zixi_product>-<version_number>.docker.tar.gz

7. Bring the .tar file image into your local Docker environment using the load command as shown below:

docker load --input zixi_feeder-13.1.38648.docker.tar

At this point there is a Docker image defined in the local environment, but nothing is running.

  • No labels