Skip to content

Commit

Permalink
added clarity on what to do on docker permission denied daemon socket
Browse files Browse the repository at this point in the history
  • Loading branch information
lorcanrae committed May 21, 2024
1 parent 2db40fd commit 97ff51a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _partials/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,15 @@ docker info

You should get:

<details>
<summary markdown='span'>❗️ I recieved a permission denied when trying to connect to the Docker Daemon. </summary>

If you recieved an error similar to the one below. navigate to the (GCP Compute Engine Console)[https://console.cloud.google.com/compute/instances] and STOP your VM (closing VSCode is not enough).

![](images/docker_permission_denied_socket.png)

It will take a few minutes for your VM to turn off. Once it's fully off, turn your VM on again (check the box and click START) and try `docker run hello-world` again. If this doesn't work, raise a ticket with a teacher.

</details>

![](images/docker_info.png)

0 comments on commit 97ff51a

Please sign in to comment.