Skip to content

Commit

Permalink
Merge pull request #301 from lewagon/update-nogcp
Browse files Browse the repository at this point in the history
Update nogcp with latest master
  • Loading branch information
julesvanrie authored Aug 20, 2024
2 parents 79146e7 + 304327f commit 7dc27e1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LINUX.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ sudo rm -rf ~/.docker/
Cuando termines, podrás ejecutar lo siguiente:

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

Debería aparecer el siguiente mensaje:
Expand Down
2 changes: 1 addition & 1 deletion LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ sudo rm -rf ~/.docker/
When finished, run the following command:

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

The following message should print:
Expand Down
2 changes: 1 addition & 1 deletion VM.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ sudo rm -rf ~/.docker/
Cuando termines, podrás ejecutar lo siguiente:

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

Debería aparecer el siguiente mensaje:
Expand Down
2 changes: 1 addition & 1 deletion VM.md
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ sudo rm -rf ~/.docker/
When finished, run the following command:

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

The following message should print:
Expand Down
2 changes: 1 addition & 1 deletion _partials/es/ubuntu_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sudo rm -rf ~/.docker/
Cuando termines, podrás ejecutar lo siguiente:

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

Debería aparecer el siguiente mensaje:
Expand Down
2 changes: 1 addition & 1 deletion _partials/ubuntu_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sudo rm -rf ~/.docker/
When finished, run the following command:

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

The following message should print:
Expand Down

0 comments on commit 7dc27e1

Please sign in to comment.