From 524cd1b2b687e44b9efe28d10bbb749b078f4d71 Mon Sep 17 00:00:00 2001 From: dado Date: Wed, 23 Jul 2025 21:21:30 +0200 Subject: [PATCH] minor changes --- docker/007-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/007-commands.md b/docker/007-commands.md index a6ac1e9..034f926 100644 --- a/docker/007-commands.md +++ b/docker/007-commands.md @@ -151,7 +151,7 @@ docker run --rm -it --name ubuntu ubuntu bash #### Elencare i container -Il comando `docker ps` restituisce l'elenco dei container attualmente in esecuzione. Aggiungendo il flag `-a`, è possibile visualizzare anche tutti i container non in esecuzione: +Il comando `docker ps` restituisce l'elenco dei container attualmente in esecuzione. Aggiungendo il flag `-a`, è possibile visualizzare anche tutti i container non in esecuzione. #### Arrestare e avviare un container