From 1c70ecc611be85ce6887d67e3d1ced215a6db37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Manchon?= <34584935+gmanchon@users.noreply.github.com> Date: Wed, 22 May 2024 10:17:46 +0200 Subject: [PATCH] Update _partials/ubuntu_docker.md --- _partials/ubuntu_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_partials/ubuntu_docker.md b/_partials/ubuntu_docker.md index 548d3d1..25a3951 100644 --- a/_partials/ubuntu_docker.md +++ b/_partials/ubuntu_docker.md @@ -41,7 +41,7 @@ Run `docker run hello-world`, you should see something like:
❗️ Permission denied while trying to connect to the Docker daemon socket. ❗️ -If you received an error similar to the one below. navigate to the [GCP Compute Engine Console](https://console.cloud.google.com/compute/instances) and shut down your VM by selecting the tick box next to your VM instance and clicking STOP (closing and reopening VSCode is not enough). +If you receive an error similar to the one below, navigate to the [GCP Compute Engine Console](https://console.cloud.google.com/compute/instances) and shut down your VM by selecting the tick box next to your VM instance and clicking STOP (closing and reopening VSCode is not enough). ![](images/docker_permission_denied_socket.png)