{"id":13847089,"url":"https://github.com/sameersbn/docker-skype","last_synced_at":"2025-03-16T19:32:02.497Z","repository":{"id":26219461,"uuid":"29665975","full_name":"sameersbn/docker-skype","owner":"sameersbn","description":"Dockerized skype with voice and video call support","archived":false,"fork":false,"pushed_at":"2017-04-26T09:47:46.000Z","size":45,"stargazers_count":139,"open_issues_count":17,"forks_count":30,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-15T21:47:44.727Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sameersbn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-22T07:09:47.000Z","updated_at":"2024-11-24T11:48:59.000Z","dependencies_parsed_at":"2022-07-27T07:17:10.858Z","dependency_job_id":null,"html_url":"https://github.com/sameersbn/docker-skype","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameersbn%2Fdocker-skype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameersbn%2Fdocker-skype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameersbn%2Fdocker-skype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameersbn%2Fdocker-skype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sameersbn","download_url":"https://codeload.github.com/sameersbn/docker-skype/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826792,"owners_count":20354220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T18:00:53.967Z","updated_at":"2025-03-16T19:32:02.183Z","avatar_url":"https://github.com/sameersbn.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"[![Docker Repository on Quay.io](https://quay.io/repository/sameersbn/skype/status \"Docker Repository on Quay.io\")](https://quay.io/repository/sameersbn/skype)\n\n# sameersbn/skype:1.0.1-3\n\n- [Introduction](#introduction)\n  - [Contributing](#contributing)\n  - [Issues](#issues)\n- [Getting started](#getting-started)\n  - [Installation](#installation)\n  - [How it works](#how-it-works)\n  - [Limitations](#limitations)\n- [Maintenance](#maintenance)\n  - [Upgrading](#upgrading)\n  - [Uninstallation](#uninstallation)\n  - [Shell Access](#shell-access)\n\n# Introduction\n\n`Dockerfile` to create a [Docker](https://www.docker.com/) container image with [Skype](http://www.skype.com) for Linux with support for audio/video calls.\n\nThe image uses [X11](http://www.x.org) and [Pulseaudio](http://www.freedesktop.org/wiki/Software/PulseAudio/) unix domain sockets on the host to enable audio/video support in Skype. These components are available out of the box on pretty much any modern linux distribution.\n\n## Contributing\n\nIf you find this image useful here's how you can help:\n\n- Send a pull request with your awesome features and bug fixes\n- Help users resolve their [issues](../../issues?q=is%3Aopen+is%3Aissue).\n- Support the development of this image with a [donation](http://www.damagehead.com/donate/)\n\n## Issues\n\nBefore reporting your issue please try updating Docker to the latest version and check if it resolves the issue. Refer to the Docker [installation guide](https://docs.docker.com/installation) for instructions.\n\nSELinux users should try disabling SELinux using the command `setenforce 0` to see if it resolves the issue.\n\nIf the above recommendations do not help then [report your issue](../../issues/new) along with the following information:\n\n- Output of the `docker version` and `docker info` commands\n- The `docker run` command or `docker-compose.yml` used to start the image. Mask out the sensitive bits.\n- Please state if you are using [Boot2Docker](http://www.boot2docker.io), [VirtualBox](https://www.virtualbox.org), etc.\n\n# Getting started\n\n## Installation\n\nAutomated builds of the image are available on [Dockerhub](https://hub.docker.com/r/sameersbn/skype) and is the recommended method of installation.\n\n\u003e **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/skype)\n\n```bash\ndocker pull sameersbn/skype:1.0.1-3\n```\n\nAlternatively you can build the image yourself.\n\n```bash\ndocker build -t sameersbn/skype github.com/sameersbn/docker-skype\n```\n\nWith the image locally available, install the wrapper scripts using:\n\n```bash\ndocker run -it --rm \\\n  --volume /usr/local/bin:/target \\\n  sameersbn/skype:1.0.1-3 install\n```\n\nThis will install a wrapper script to launch `skype`.\n\n\u003e **Note**\n\u003e\n\u003e If Skype is installed on the the host then the host binary is launched instead of starting a Docker container. To force the launch of Skype in a container use the `skype-wrapper` script. For example, `skype-wrapper skype` will launch Skype inside a Docker container regardless of whether it is installed on the host or not.\n\n## How it works\n\nThe wrapper scripts volume mount the X11 and pulseaudio sockets in the launcher container. The X11 socket allows for the user interface display on the host, while the pulseaudio socket allows for the audio output to be rendered on the host.\n\nWhen the image is launched the following directories are mounted as volumes\n\n - `${HOME}/.Skype`\n - `XDG_DOWNLOAD_DIR` or if it is missing `${HOME}/Downloads`\n\nThis makes sure that your profile details are stored on the host and files received via Skype are available on your host in the appropriate download directory.\n\n## Limitations\n\n- Minimize to system tray does not work.\n\n# Maintenance\n\n## Upgrading\n\nTo upgrade to newer releases:\n\n  1. Download the updated Docker image:\n\n  ```bash\n  docker pull sameersbn/skype:1.0.1-3\n  ```\n\n  2. Run `install` to make sure the host scripts are updated.\n\n  ```bash\n  docker run -it --rm \\\n    --volume /usr/local/bin:/target \\\n    sameersbn/skype:1.0.1-3 install\n  ```\n\n## Uninstallation\n\n```bash\ndocker run -it --rm \\\n  --volume /usr/local/bin:/target \\\n  sameersbn/skype:1.0.1-3 uninstall\n```\n\n## Shell Access\n\nFor debugging and maintenance purposes you may want access the containers shell. If you are using Docker version `1.3.0` or higher you can access a running containers shell by starting `bash` using `docker exec`:\n\n```bash\ndocker exec -it skype bash\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameersbn%2Fdocker-skype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsameersbn%2Fdocker-skype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameersbn%2Fdocker-skype/lists"}