This is a simple container to run the Citrix Workspace app using the firefox browser.
docker build -t citrix_workspace_app .
docker run -d -v /etc/timezone:/etc/timezone:ro -v /etc/localtime:/etc/localtime --name citrix_workspace_app citrix_workspace_app
Please set the WEB_URL_TO_LOGIN to your specific login url
ssh -f -X receiver@$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' citrix_workspace_app) -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no /usr/bin/firefox <WEB_URL_TO_LOGIN> > /dev/null 2>&1