Installation Guide

This help article applies to CloudShell 9.3. To see the latest, click here.

You are here: Installation and Configuration > Deploy QualiX using Docker

Deploy QualiX using Docker

This process deploys two docker containers, quali_hub/qualix_guacamole and quali_hub/qualix_guacd, and the network they will use to communicate with each other.

Docker for Windows is not supported.

To deploy QualiX using Docker:

  1. Install Docker Engine, as explained in this docker docs article.
  2. Install Docker Compose, as explained in this docker docs article.
  3. Run the following from the /opt/ directory:

    wget https://quali-prod-binaries.s3.amazonaws.com/guacamole-quali-install-docker.sh

    chmod +x guacamole-quali-install-docker.sh

    ./guacamole-quali-install-docker.sh

  4. Start the QualiX container stack by running:

    qualix_start

  5. To verify that QualiX is up and running, run the following:

    qualix_status

  6. After deploying QualiX on docker, continue with Post Installation Configuration.

Additional Options

To stop QualiX:

qualix_stop - stops the container stack

To get the docker logs:

docker logs -f <container_id>

To get the container ids, run docker ps --no-trunc.

To attach the docker container to a shell:

docker exec -it <container_id>/bin/sh -c "[ -e /bin/bash ] && /bin/bash || /bin/sh"