Skip to content

Commit 7996e91

Browse files
committed
Remove sudo from docker run
1 parent aa40a88 commit 7996e91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_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)