From b4c3bca1a4260035de62f62e0a7fac7bb5ec1598 Mon Sep 17 00:00:00 2001 From: Vladimir Protsenko Date: Wed, 4 Dec 2024 15:22:57 +0400 Subject: [PATCH] Update 'vscode.sh' --- vscode.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vscode.sh b/vscode.sh index 3131b01..fe0faff 100755 --- a/vscode.sh +++ b/vscode.sh @@ -19,7 +19,8 @@ docker run \ sleep 1 docker logs ${USER}_${CURDIRNAME}_vscode echo "" -echo "Address: https://$(hostname -i | awk '{ print $1; }'):${VSCODE_PORT}" +echo "Address: https://your_server_ip:${VSCODE_PORT}" echo "Password: $PASSWORD" echo "" -echo "You can use this port for application you develop: $YOURAPP_INSIDE_DOCKER_PORT" \ No newline at end of file +echo "You can use this port for application you develop: $YOURAPP_INSIDE_DOCKER_PORT" +echo "You can lookup vscode password with docker inspect container_name | grep PASSWORD" \ No newline at end of file