Deploy QualiX 4.1 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.
Note: Make sure to have docker together with iptables when running containers on a linux vm
To deploy QualiX using Docker:
- Install Docker Engine, as explained in this docker docs article.
- Install Docker Compose, as explained in this docker docs article.
- 
                                            Run the following from the /opt/ directory: sudo wget https://quali-prod-binaries.s3.amazonaws.com/guacamole-quali-install-docker.sh sudo chmod +x guacamole-quali-install-docker.sh sudo ./guacamole-quali-install-docker.sh
- 
                                            Start the QualiX container stack by running the following from the /opt/qualix directory: sudo ./start.sh
- 
                                            To verify that QualiX is up and running, run the following: sudo status
- After deploying QualiX on docker, continue with Post Installation Configuration.
Additional Options
To stop QualiX (stops the container stack):
sudo stopTo restart QualiX after boot (inactive docker):
sudo systemctl enable docker
                                    
To get the docker logs:
See Docker logs (QualiX 4.1 and below).
To attach the docker container to a shell:
sudo docker exec -it <container_id>/bin/sh -c "[ -e /bin/bash ] && /bin/bash || /bin/sh"To destroy running containers:
sudo docker stop guacamole guacdsudo docker rm guacamole guacdTo start the containers:
cd /opt/qualixsudo ./start.sh
                                        


 
                                    



