From 4aafb4c7398cf7e13fc51b5a6ab6f742245438d8 Mon Sep 17 00:00:00 2001 From: Hang Cui Date: Mon, 3 Nov 2025 10:46:21 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40fd63c..4aa5095 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,13 @@ docker compose up -d # Shutdown the Docker container docker compose down -# Open http://localhost:46080/vnc.html in your web browser -# Password: abc123 ``` - +### Access the Ubuntu 20.04 GUI environment +```bash +# Open http://localhost:46080/vnc.html in your web browser to connect to +# the Ubuntu 20.04 desktop running inside the Docker container. + +``` +