From 39e46cb7ee2933bbd87fb5fbc3410efde2f967aa Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Thu, 25 Feb 2021 13:10:55 -0500 Subject: Fix another typo --- docker.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker.html.markdown') diff --git a/docker.html.markdown b/docker.html.markdown index 75f86ec9..1dad267a 100644 --- a/docker.html.markdown +++ b/docker.html.markdown @@ -90,7 +90,7 @@ docker ps -a :: test_container :: as you can see the name is now what we have specified -:: retireve logs from a named container +:: retrieve logs from a named container docker logs test_container :: Hello from Docker! :: This message shows that your installation appears to be working correctly. -- cgit v1.2.3