From c8d0d5c8f8fad629217ea7a1ef30160b6406367d Mon Sep 17 00:00:00 2001 From: OusSaidi <58995208+OusSaidi@users.noreply.github.com> Date: Thu, 17 Mar 2022 16:41:46 +0100 Subject: [PATCH] Fix small typo --- language/java/run-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/java/run-containers.md b/language/java/run-containers.md index f102375c66..baf210f8f7 100644 --- a/language/java/run-containers.md +++ b/language/java/run-containers.md @@ -143,7 +143,7 @@ $ docker stop trusting_beaver trusting_beaver ``` -Now that our container is stopped, let’s remove it. When you remove a container, the process inside the container will be stopped and the metadata for the container will been removed. +Now that our container is stopped, let’s remove it. When you remove a container, the process inside the container will be stopped and the metadata for the container will be removed. To remove a container, simple run the `docker rm` command passing the container name. You can pass multiple container names to the command using a single command. Again, replace the container names in the following command with the container names from your system.