Run Skype in a docker container and avoid cluttering the host with multi-arch setup.
-
Build the container's image directly from github
docker build --rm=true -t DESIRED_NAME https://raw.github.com/shofetim/docker-skype/master/Dockerfile
-
Run container
docker run -d -P DESIRED_NAME
-
Get the port that SSH is nat'ed to.
docker ps
-
Get the IP address.
ifconfig
-
Run skype with X forwarded to your normal desktop
ssh -X docker@IP -p PORT skype
password will be docker.