Skip to content

eddyhub/citrix_receiver-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

IMPORTANT

This repo and the container provided via Docker hub (https://hub.docker.com/r/eddyhub/citrix_receiver-docker) IS NO LONGER MAINTAINED by me. Please use the new repo https://github.com/eddyhub/citrix_workspace_app-container and the the container https://hub.docker.com/r/eddyhub/citrix_workspace_app-container

Docker container for the Citrix Receiver Client

This is a simple container to run the Citrix Receiver using the firefox browser.

How to build this docker image

docker build -t citrix_receiver .

Start the container

docker run -d -v /etc/timezone:/etc/timezone:ro -v /etc/localtime:/etc/localtime --name citrix_receiver citrix_receiver

Connect to the container via ssh and X-Forward

Please set the WEB_URL_TO_LOGIN to your specific login url

ssh -f -X receiver@$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' citrix_receiver) -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no /usr/bin/firefox <WEB_URL_TO_LOGIN> > /dev/null 2>&1

Sources

Ubuntu wiki

About

The Citrix Receiver Client (icaclient) in a docker container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published