From d5e9d099e2deb1e26840858d579bfa940c3d47ef Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Wed, 29 Jun 2022 11:48:44 -0700 Subject: [PATCH] :pencil2: Fixed typo --- docker_basics.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_basics.txt b/docker_basics.txt index a71b11b3..36a90053 100644 --- a/docker_basics.txt +++ b/docker_basics.txt @@ -41,7 +41,7 @@ docker logs imagename Accessing the container (dependent on type of container): doas docker attach containerid -doas exec -it mariadbtest bash +doas docker exec -it mariadbtest bash Removing images/containers (stop image first):