All Projects → yohanakh → webex-docker

yohanakh / webex-docker

Licence: other
Run Cisco WebEx on Docker for 64 bit Linux systems

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to webex-docker

ARF-Converter
Bulk ARF file converter
Stars: ✭ 15 (+0%)
Mutual labels:  webex
components
Embed the power of Webex in your web applications, on your own terms 💪🏼
Stars: ✭ 15 (+0%)
Mutual labels:  webex
webex-ios-sdk
Integrate Webex into your iOS apps quickly. Example:https://github.com/webex/webex-ios-sdk-example API-reference:https://webex.github.io/webex-ios-sdk/ API-reference-v2:https://webex.github.io/webex-ios-sdk/v2/
Stars: ✭ 17 (+13.33%)
Mutual labels:  webex
webinc
Webex in console - Cisco Webex Teams Client for Linux/MacOS/Windows
Stars: ✭ 17 (+13.33%)
Mutual labels:  webex

Overview

An Ubuntu 14.04 based docker image for running Cisco WebEx on 64-bit Linux systems.

Preparations

In order to run Cisco WebEx you need to download the 32-bit version of Java Runtime and Firefox browser. This image has been tested with Oracle JRE build 8u91 (jre-8u91-linux-i586.tar.gz) and Firefox 45 (firefox-45.0.tar.bz2) that will be used in this instructions.

Use on of the following links for downloading Oracle Java - download the i586 version:

Links for Firefox - download the i686 version:

Host Prerequisites

On the host (your machine) you need to install PulseAudio Preferences:

sudo apt-get install paprefs

Next, you need to enable network access to local sound devices: Launch PulseAudio Preferences, go to "Network Server" tab and check the Enable network access to local sound devices checkbox.

After the above steps are done, restart your computer.

Installation

First, clone this repository.

Next, place the jre-8u91-linux-i586.tar.gz and firefox-45.0.tar.bz2 in the resources directory.

From the root directory (where Dockerfile is located) run the following command:

docker build -t webexondocker1404 .

This will create a docker image named webexondocker1404.

Running Cisco WebEx

First, enable accessing the X Server from any host:

xhost +
> access control disabled, clients can connect from any host

Then, start the docker container:

docker run -d -p 2222:22 -v /run/user/$UID/pulse/native:/tmp/webexpulsesocket --name WebexOnDocker webexondocker1404

Now you can run Firefox and start using Cisco WebEx:

#root password is root
ssh root@localhost -p 2222 -X startfirefox

Remember to stop/remove the docker container once you finish:

docker rm -f WebexOnDocker

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].