You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: