Skip to content

Commit 3cf276f

Browse files
committed
Update Docker run command in README.md
1 parent c5b3b07 commit 3cf276f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01-contenedores/contenedores-iv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Otro dato que podemos ver es el uso de CPU, memoria y red de un contenedor. Para
210210
Para verlo, vamos a crear un contenedor que haga ping a un servidor. Para ello, ejecuta el siguiente comando:
211211

212212
```bash
213-
docker run --name ping-service -d alpine ping docker.com
213+
docker run --name ping-service alpine ping docker.com
214214
```
215215

216216
Y ahora ejecuta el siguiente comando:

0 commit comments

Comments
 (0)