From 2693610fc7d40653b3f693aabfbf29fc213d188a Mon Sep 17 00:00:00 2001 From: d-tork Date: Wed, 17 Jun 2020 21:00:32 -0400 Subject: [PATCH] correct typo in bash command --- network/none.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/none.md b/network/none.md index 7aff30108b..328be64ac0 100644 --- a/network/none.md +++ b/network/none.md @@ -42,7 +42,7 @@ only the loopback device is created. The following example illustrates this. the `--rm` flag. ```bash - $ docker container rm no-net-alpine + $ docker stop no-net-alpine ``` ## Next steps