1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 04:20:39 +02:00

Fix another typo

This commit is contained in:
Michael Chen
2021-02-25 13:10:55 -05:00
committed by GitHub
parent fcc37b081b
commit 39e46cb7ee

View File

@@ -90,7 +90,7 @@ docker ps -a
:: test_container :: test_container
:: as you can see the name is now what we have specified :: 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 docker logs test_container
:: Hello from Docker! :: Hello from Docker!
:: This message shows that your installation appears to be working correctly. :: This message shows that your installation appears to be working correctly.