diff --git a/LINUX.es.md b/LINUX.es.md index 4f329f9..425ad26 100644 --- a/LINUX.es.md +++ b/LINUX.es.md @@ -711,7 +711,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: diff --git a/LINUX.md b/LINUX.md index b7784c5..fc8fd28 100644 --- a/LINUX.md +++ b/LINUX.md @@ -753,7 +753,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: diff --git a/VM.es.md b/VM.es.md index 392dfae..6a25340 100644 --- a/VM.es.md +++ b/VM.es.md @@ -837,7 +837,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: diff --git a/VM.md b/VM.md index a798e92..7582ede 100644 --- a/VM.md +++ b/VM.md @@ -1133,7 +1133,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: diff --git a/_partials/es/ubuntu_docker.md b/_partials/es/ubuntu_docker.md index e16401c..d90b384 100644 --- a/_partials/es/ubuntu_docker.md +++ b/_partials/es/ubuntu_docker.md @@ -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: diff --git a/_partials/ubuntu_docker.md b/_partials/ubuntu_docker.md index c186844..d627821 100644 --- a/_partials/ubuntu_docker.md +++ b/_partials/ubuntu_docker.md @@ -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: