Skip to content
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

Issues installing #42

Open
ghost opened this issue Aug 14, 2021 · 2 comments
Open

Issues installing #42

ghost opened this issue Aug 14, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 14, 2021

Hi,

So I'm sorta new to docker. Im trying to install the script and I succesfullt do so by chaning the /usr/local/bin:/target path.
The first issue is I can't seem to change that /target path or else I'll get the following error:

Installing zoom-us-wrapper... install: target '/target/' is not a directory: No such file or directory

And whetther or not I get it insalled when I go to run the script I get a
Unable to find image 'zoom-us-wrapper:latest' locally

Im running docker on windows thus Im using cmd. Ive struggled with paths in the past so do any of you guys have any tiups regarding translaion from host to target path?
Thanks

@mdouchement
Copy link
Owner

Hello,

First of all, this project is meant to be runned on GNU/Linux operating system.
I don't know how far Windows Subsystem for Linux goes but it should be as complicated as running on macOS.

/usr/local/bin is the path on the host where the zoom-us-wrapper Bash script should be installed and /target is the mapped folder inside the container used by the install function. So /target mount path should not be modified.

The zoom-us-wrapper executable script is installed as zoom in the specified host folder. It's used to do all the mapping from the GNU/Linux host to the container.

Unable to find image 'zoom-us-wrapper:latest' locally: zoom-us-wrapper is not an image so docker can't find it.

@CholoTook
Copy link

Why not run a linux VM on windows and use docker within that :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants