From 738dcf90d782491c70102a17f752cb834ab8ddfe Mon Sep 17 00:00:00 2001 From: ACIC <50239597+ACIC-Africa@users.noreply.github.com> Date: Thu, 13 Jun 2019 15:32:31 +0300 Subject: [PATCH] Update Other_Tools_Used.md --- Other_Tools_Used.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Other_Tools_Used.md b/Other_Tools_Used.md index f798349..f5d9f97 100644 --- a/Other_Tools_Used.md +++ b/Other_Tools_Used.md @@ -19,3 +19,10 @@ ``` $ binwalk -e 10_of_clubs.wav ``` + 5. `docker`: Docker command + ``` + $ docker ps #View running docker containers + ``` + ``` + $ docker exec -it 9f48895b1e0e bash # Access the docker container + ```