From 720ae5cf98076e0d324b7f654e202aea2725ad3e Mon Sep 17 00:00:00 2001 From: Aryan Anand <73695300+aryan-212@users.noreply.github.com> Date: Sun, 6 Oct 2024 14:50:17 +0530 Subject: [PATCH] Mutiple instances --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e78aeb4..29adfe4 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ hadock dockcp /path/to/file ``` This command copies ```path/to/file``` from host to ```/home``` on your docker container +#### Running multiple instances +```bash +hadock_again +``` +Use this command to open another shell in the same docker instance ### Uninstallation ```bash hadock --uninstall