workspaces-issues icon indicating copy to clipboard operation
workspaces-issues copied to clipboard

Installation Help

Open kubsai opened this issue 1 year ago • 1 comments

I Was trying to install Kasm Workspaces 1.14.0 on single server linux hosted in cloud, I was working to create a dockerfile in my cloud space when ever try to run docker file it will automatically runs script to install download script which I learned from installation document (https://www.kasmweb.com/docs/latest/install/single_server_install.html). While running dockerfile i ran into so many build errors while on installation step. This is error log after running installation step I'll attach to this comment, error.log

kubsai avatar Jan 02 '24 16:01 kubsai

When creating bug/troubleshooting tickets, please include the requested information as defined in the ticket. https://github.com/kasmtech/workspaces-issues/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=%5BBug%5D+-+Example

The error being reported is

mkdir: invalid option -- 'l'
Try 'mkdir --help' for more information.

mkdir -l shouldn't be in our install script. By chance did you modify it?

Can you explain more about what dockerfile you are using? Are you trying to install Kasm workspaces within another container?

j-travis avatar Jan 09 '24 15:01 j-travis