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