Skip to content

Commit 7dc27e1

Browse files
authored
Merge pull request #301 from lewagon/update-nogcp
Update nogcp with latest master
2 parents 79146e7 + 304327f commit 7dc27e1

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

LINUX.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ sudo rm -rf ~/.docker/
711711
Cuando termines, podrás ejecutar lo siguiente:
712712

713713
```bash
714-
sudo docker run hello-world
714+
docker run hello-world
715715
```
716716

717717
Debería aparecer el siguiente mensaje:

LINUX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ sudo rm -rf ~/.docker/
753753
When finished, run the following command:
754754

755755
```bash
756-
sudo docker run hello-world
756+
docker run hello-world
757757
```
758758

759759
The following message should print:

VM.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ sudo rm -rf ~/.docker/
837837
Cuando termines, podrás ejecutar lo siguiente:
838838

839839
```bash
840-
sudo docker run hello-world
840+
docker run hello-world
841841
```
842842

843843
Debería aparecer el siguiente mensaje:

VM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ sudo rm -rf ~/.docker/
11331133
When finished, run the following command:
11341134

11351135
```bash
1136-
sudo docker run hello-world
1136+
docker run hello-world
11371137
```
11381138

11391139
The following message should print:

_partials/es/ubuntu_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sudo rm -rf ~/.docker/
2727
Cuando termines, podrás ejecutar lo siguiente:
2828

2929
```bash
30-
sudo docker run hello-world
30+
docker run hello-world
3131
```
3232

3333
Debería aparecer el siguiente mensaje:

_partials/ubuntu_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sudo rm -rf ~/.docker/
2727
When finished, run the following command:
2828

2929
```bash
30-
sudo docker run hello-world
30+
docker run hello-world
3131
```
3232

3333
The following message should print:

0 commit comments

Comments
 (0)