Skip to content

Commit

Permalink
setup guides generated
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 21, 2024
1 parent 3e19465 commit 626aafa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
11 changes: 5 additions & 6 deletions LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -982,19 +982,18 @@ newgrp docker

Run `docker run hello-world`, you should see something like:

![](images/docker_hello.png)

<details>
<summary markdown='span'>❗️ I recieved a permission denied when trying to connect to the Docker Daemon socket. </summary>
<summary markdown='span'>❗️ Permission denied while trying to connect to the Docker daemon socket. ❗️ </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).
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).

![](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.

It will take a few minutes for your VM to turn off. Once it's fully off, turn your VM on again by checking the box next to the VM instance and clicking START. Give the VM a few minutes to fully start up and connect through VSCode. Once connected try `docker run hello-world` again. If you don't get an output similar to the below image, raise a ticket with a teacher.
</details>

![](images/docker_hello.png)

### Enable Artifact Registry API

**👌 Note: Skip to the next section if you already have an Artifact Registry repository**
Expand Down
11 changes: 5 additions & 6 deletions WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -949,19 +949,18 @@ newgrp docker

Run `docker run hello-world`, you should see something like:

![](images/docker_hello.png)

<details>
<summary markdown='span'>❗️ I recieved a permission denied when trying to connect to the Docker Daemon socket. </summary>
<summary markdown='span'>❗️ Permission denied while trying to connect to the Docker daemon socket. ❗️ </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).
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).

![](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.

It will take a few minutes for your VM to turn off. Once it's fully off, turn your VM on again by checking the box next to the VM instance and clicking START. Give the VM a few minutes to fully start up and connect through VSCode. Once connected try `docker run hello-world` again. If you don't get an output similar to the below image, raise a ticket with a teacher.
</details>

![](images/docker_hello.png)

### Enable Artifact Registry API

**👌 Note: Skip to the next section if you already have an Artifact Registry repository**
Expand Down
11 changes: 5 additions & 6 deletions macOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -947,19 +947,18 @@ newgrp docker

Run `docker run hello-world`, you should see something like:

![](images/docker_hello.png)

<details>
<summary markdown='span'>❗️ I recieved a permission denied when trying to connect to the Docker Daemon socket. </summary>
<summary markdown='span'>❗️ Permission denied while trying to connect to the Docker daemon socket. ❗️ </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).
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).

![](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.

It will take a few minutes for your VM to turn off. Once it's fully off, turn your VM on again by checking the box next to the VM instance and clicking START. Give the VM a few minutes to fully start up and connect through VSCode. Once connected try `docker run hello-world` again. If you don't get an output similar to the below image, raise a ticket with a teacher.
</details>

![](images/docker_hello.png)

### Enable Artifact Registry API

**👌 Note: Skip to the next section if you already have an Artifact Registry repository**
Expand Down

0 comments on commit 626aafa

Please sign in to comment.