✏️ Fixed typo

This commit is contained in:
z3rOR0ne 2022-06-29 11:48:44 -07:00
parent 0fd2ea6271
commit d5e9d099e2

View file

@ -41,7 +41,7 @@ docker logs imagename
Accessing the container (dependent on type of container): Accessing the container (dependent on type of container):
doas docker attach containerid doas docker attach containerid
doas exec -it mariadbtest bash doas docker exec -it mariadbtest bash
Removing images/containers (stop image first): Removing images/containers (stop image first):