File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ sudo rm -rf ~/.docker/
711711Cuando termines, podrás ejecutar lo siguiente:
712712
713713``` bash
714- sudo docker run hello-world
714+ docker run hello-world
715715```
716716
717717Debería aparecer el siguiente mensaje:
Original file line number Diff line number Diff line change @@ -753,7 +753,7 @@ sudo rm -rf ~/.docker/
753753When finished, run the following command:
754754
755755``` bash
756- sudo docker run hello-world
756+ docker run hello-world
757757```
758758
759759The following message should print:
Original file line number Diff line number Diff line change @@ -837,7 +837,7 @@ sudo rm -rf ~/.docker/
837837Cuando termines, podrás ejecutar lo siguiente:
838838
839839``` bash
840- sudo docker run hello-world
840+ docker run hello-world
841841```
842842
843843Debería aparecer el siguiente mensaje:
Original file line number Diff line number Diff line change @@ -1133,7 +1133,7 @@ sudo rm -rf ~/.docker/
11331133When finished, run the following command:
11341134
11351135``` bash
1136- sudo docker run hello-world
1136+ docker run hello-world
11371137```
11381138
11391139The following message should print:
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ sudo rm -rf ~/.docker/
2727Cuando termines, podrás ejecutar lo siguiente:
2828
2929``` bash
30- sudo docker run hello-world
30+ docker run hello-world
3131```
3232
3333Debería aparecer el siguiente mensaje:
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ sudo rm -rf ~/.docker/
2727When finished, run the following command:
2828
2929``` bash
30- sudo docker run hello-world
30+ docker run hello-world
3131```
3232
3333The following message should print:
You can’t perform that action at this time.
0 commit comments