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
# Build the image
docker build -t novnc-client .# Run the image
docker run -p 80:80 novnc-client
# Access the novnc client by http://localhost:80/vnc.html