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
I stood up Docker container via running docker run --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password kasmweb/core-ubuntu-focal:1.14.0 and then I ran docker exec command to directly SSH into the container. Its default user is kasm-user and I can't run sudo command because I don't know its password.
The text was updated successfully, but these errors were encountered:
I stood up Docker container via running
docker run --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password kasmweb/core-ubuntu-focal:1.14.0
and then I randocker exec
command to directly SSH into the container. Its default user iskasm-user
and I can't runsudo
command because I don't know its password.The text was updated successfully, but these errors were encountered: