Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nogcp with latest master #299

Merged
merged 3 commits into from
Aug 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions LINUX.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -694,15 +694,22 @@ Ve a la [documentación de instalación de Docker](https://docs.docker.com/engin

Luego sigue las instrucciones del tutorial para instalar Docker **usando el repositorio**. Hay 2 pasos:

- SET UP THE REPOSITORY. Esto significa configurar el repositorio
- INSTALL DOCKER ENGINE. Esto significa instalar el motor de Docker
1. Set up Docker's apt repository. > Esto significa configurar el repositorio
2. Install the Docker packages. > Esto significa instalar el motor de Docker

Cuando termines, podrás ejecutar lo siguiente:
Ahora, asegurémonos de que podemos ejecutar `docker` sin `sudo`.

Ejecute los siguientes comandos uno por uno:

```bash
sudo service docker start
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
sudo rm -rf ~/.docker/
```

Cuando termines, podrás ejecutar lo siguiente:

```bash
sudo docker run hello-world
```
Expand All @@ -711,10 +718,6 @@ Debería aparecer el siguiente mensaje:

![](images/docker_hello.png)

```bash
sudo service docker stop
```


## Configuración de Google Cloud Platform

Expand Down
19 changes: 11 additions & 8 deletions LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -736,15 +736,22 @@ Go to [Docker install documentation](https://docs.docker.com/engine/install/ubun

Then follow the tutorial instructions to install Docker **using the repository**. There are 2 steps:

- SET UP THE REPOSITORY
- INSTALL DOCKER ENGINE
1. Set up Docker's apt repository.
2. Install the Docker packages.

Once done, you should be able to run:
Now, let's make sure we can run `docker` without `sudo`.

Run the following commands one by one:

```bash
sudo service docker start
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
sudo rm -rf ~/.docker/
```

When finished, run the following command:

```bash
sudo docker run hello-world
```
Expand All @@ -753,10 +760,6 @@ The following message should print:

![](images/docker_hello.png)

```bash
sudo service docker stop
```


## Google Cloud Platform setup

Expand Down
19 changes: 11 additions & 8 deletions VM.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -820,15 +820,22 @@ Ve a la [documentación de instalación de Docker](https://docs.docker.com/engin

Luego sigue las instrucciones del tutorial para instalar Docker **usando el repositorio**. Hay 2 pasos:

- SET UP THE REPOSITORY. Esto significa configurar el repositorio
- INSTALL DOCKER ENGINE. Esto significa instalar el motor de Docker
1. Set up Docker's apt repository. > Esto significa configurar el repositorio
2. Install the Docker packages. > Esto significa instalar el motor de Docker

Cuando termines, podrás ejecutar lo siguiente:
Ahora, asegurémonos de que podemos ejecutar `docker` sin `sudo`.

Ejecute los siguientes comandos uno por uno:

```bash
sudo service docker start
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
sudo rm -rf ~/.docker/
```

Cuando termines, podrás ejecutar lo siguiente:

```bash
sudo docker run hello-world
```
Expand All @@ -837,10 +844,6 @@ Debería aparecer el siguiente mensaje:

![](images/docker_hello.png)

```bash
sudo service docker stop
```


## Kitt

Expand Down
19 changes: 11 additions & 8 deletions VM.md
Original file line number Diff line number Diff line change
Expand Up @@ -1116,15 +1116,22 @@ Go to [Docker install documentation](https://docs.docker.com/engine/install/ubun

Then follow the tutorial instructions to install Docker **using the repository**. There are 2 steps:

- SET UP THE REPOSITORY
- INSTALL DOCKER ENGINE
1. Set up Docker's apt repository.
2. Install the Docker packages.

Once done, you should be able to run:
Now, let's make sure we can run `docker` without `sudo`.

Run the following commands one by one:

```bash
sudo service docker start
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
sudo rm -rf ~/.docker/
```

When finished, run the following command:

```bash
sudo docker run hello-world
```
Expand All @@ -1133,10 +1140,6 @@ The following message should print:

![](images/docker_hello.png)

```bash
sudo service docker stop
```


## Kitt

Expand Down
29 changes: 29 additions & 0 deletions WINDOWS.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,35 @@ Debería aparecer el siguiente mensaje:

![](images/docker_hello.png)

<details>
<summary markdown='span'>Permission denied? (WSL / Ubuntu)</summary>

Ejecute los siguientes comandos uno por uno:

```bash
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
```

Intente `docker info` nuevamente.

¿Ve este error?

```
WARNING: Error loading config file: /home/user/.docker/config.json - stat /home/user/.docker/config.json: permission denied`?
```

Ejecute el siguiente comando:

```bash
sudo rm -rf ~/.docker/
```

Intente `docker info` nuevamente.

</details>


## Configuración de Google Cloud Platform

Expand Down
28 changes: 28 additions & 0 deletions WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,34 @@ The following message should print:

![](images/docker_hello.png)

<details>
<summary markdown='span'>Permission denied?</summary>

Run the following commands one by one:

```bash
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
```

Try `docker run hello-world` again.

Seeing this error?
```
WARNING: Error loading config file: /home/user/.docker/config.json - stat /home/user/.docker/config.json: permission denied`?
```

Run the following command:

```bash
sudo rm -rf ~/.docker/
```

Try `docker run hello-world` again.

</details>


## Google Cloud Platform setup

Expand Down
19 changes: 11 additions & 8 deletions _partials/es/ubuntu_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,26 @@ Ve a la [documentación de instalación de Docker](https://docs.docker.com/engin

Luego sigue las instrucciones del tutorial para instalar Docker **usando el repositorio**. Hay 2 pasos:

- SET UP THE REPOSITORY. Esto significa configurar el repositorio
- INSTALL DOCKER ENGINE. Esto significa instalar el motor de Docker
1. Set up Docker's apt repository. > Esto significa configurar el repositorio
2. Install the Docker packages. > Esto significa instalar el motor de Docker

Cuando termines, podrás ejecutar lo siguiente:
Ahora, asegurémonos de que podemos ejecutar `docker` sin `sudo`.

Ejecute los siguientes comandos uno por uno:

```bash
sudo service docker start
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
sudo rm -rf ~/.docker/
```

Cuando termines, podrás ejecutar lo siguiente:

```bash
sudo docker run hello-world
```

Debería aparecer el siguiente mensaje:

![](images/docker_hello.png)

```bash
sudo service docker stop
```
29 changes: 29 additions & 0 deletions _partials/es/win_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,32 @@ docker run hello-world
Debería aparecer el siguiente mensaje:

![](images/docker_hello.png)

<details>
<summary markdown='span'>Permission denied? (WSL / Ubuntu)</summary>

Ejecute los siguientes comandos uno por uno:

```bash
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
```

Intente `docker info` nuevamente.

¿Ve este error?

```
WARNING: Error loading config file: /home/user/.docker/config.json - stat /home/user/.docker/config.json: permission denied`?
```

Ejecute el siguiente comando:

```bash
sudo rm -rf ~/.docker/
```

Intente `docker info` nuevamente.

</details>
19 changes: 11 additions & 8 deletions _partials/ubuntu_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,26 @@ Go to [Docker install documentation](https://docs.docker.com/engine/install/ubun

Then follow the tutorial instructions to install Docker **using the repository**. There are 2 steps:

- SET UP THE REPOSITORY
- INSTALL DOCKER ENGINE
1. Set up Docker's apt repository.
2. Install the Docker packages.

Once done, you should be able to run:
Now, let's make sure we can run `docker` without `sudo`.

Run the following commands one by one:

```bash
sudo service docker start
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
sudo rm -rf ~/.docker/
```

When finished, run the following command:

```bash
sudo docker run hello-world
```

The following message should print:

![](images/docker_hello.png)

```bash
sudo service docker stop
```
28 changes: 28 additions & 0 deletions _partials/win_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,31 @@ docker run hello-world
The following message should print:

![](images/docker_hello.png)

<details>
<summary markdown='span'>Permission denied?</summary>

Run the following commands one by one:

```bash
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
```

Try `docker run hello-world` again.

Seeing this error?
```
WARNING: Error loading config file: /home/user/.docker/config.json - stat /home/user/.docker/config.json: permission denied`?
```

Run the following command:

```bash
sudo rm -rf ~/.docker/
```

Try `docker run hello-world` again.

</details>
Loading