# novnc-client-docker **Repository Path**: lealmeng/novnc-client-docker ## Basic Information - **Project Name**: novnc-client-docker - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-23 - **Last Updated**: 2025-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Docker NoVNC Client ```sh # 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 ```