Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

Version 1 Next »

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

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 Broadcaster (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 image file, click on the Download button next to the Docker file and navigate to the location where you would like to save the file.     
    Alternatively, you can download the Docker image file by clicking on the >_CLI button next to the Docker image file 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


    where <zixi_product> is “zixi_broadcaster” and <version_number> is similar to “16.4.44543”.

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

    # docker load --input <zixi_product>-<version_number>.docker.tar

    At this point the Docker image is defined in your the local environment, but the Docker container is not yet running.

  • No labels