-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[macOS] running container after pulling image #9
Comments
The installation process puts this script https://github.com/mdouchement/docker-zoom-us/blob/master/scripts/zoom-us-wrapper in the host folder This project is made to run on GNU/Linux as it uses on X11 an PulseAudio. It mounts host's devices in the container like |
Thanks for clarifying this. As I mentioned, attempting to execute Also, it just occurred to me that X11 is 32-bit and I am using macOS 10.15 (Catalina) which does not run 32-bit applications. Does this mean that I won't be able to use this without using an OS that supports launching X11? Thanks again! |
Yes you can put the script where you want on your host and make an alias. I don't know about Catalina issue. |
@njm2112 any luck? |
The wrapper script is not being installed on Catalina even when you After installing the script into
|
any update please? |
+1 |
Install instructions are somewhat unclear... I am used to using
docker-compose
but there is nodocker-compose.yml
in this repo.After pulling the
:latest
image, is that when you run theinstall
scripts? Or do you have to first build the container?I tried running using
docker run --name=zoom zoom-us
but Docker Desktop for Mac is reportingExit Code 0
-- the container stops the moment after it starts.Also,
zoom
at the shell does not work because there's nothing aliased to the command...Can you provide a little more info about installation/building the container, and then running it? Happy to provide a pull request with an updated
readme.md
if you can help me get this up and running.The text was updated successfully, but these errors were encountered: