Skip to content

Commit

Permalink
Remove sudo from docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
julesvanrie committed Aug 10, 2024
1 parent aa40a88 commit 7996e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 7996e91

Please sign in to comment.