-
Notifications
You must be signed in to change notification settings - Fork 125
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
how to inject user root to kali image run standalone? #12
Comments
Yes, you are free to add any docker run flag you want , including |
OK, thank you. Another question - how to secure connection, can I change username and password for authentication? Default is kasm_user / password. |
Can anybody answer me? |
For the greatest level of security, use the full Kasm Workspaces platform, which is does all the following and more
For using a kasm docker image directly, without Workspaces, you can change the password as documented in Docker Hub and in GitHub in the example docker run command. The username is hard coded I believe, if you run the container directly without using the Workspaces platform. |
Ok, thanx , it's satisfied answer. |
I need to add user root to Kali container. Can I add any parameter to command
sudo docker run --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password kasmweb/<image>:<tag>
?The text was updated successfully, but these errors were encountered: