Skip to content

Commit 492032a

Browse files
author
github-actions
committed
setup guides generated
1 parent 7996e91 commit 492032a

4 files changed

Lines changed: 4 additions & 4 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:

0 commit comments

Comments
 (0)