From a5d1e90bb8607243a23b9e2b9725dfff9448915f Mon Sep 17 00:00:00 2001 From: guangwu Date: Wed, 18 Oct 2023 13:43:20 +0800 Subject: [PATCH] fix: typo --- misc/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/docker/README.md b/misc/docker/README.md index f66540f..64c49ae 100644 --- a/misc/docker/README.md +++ b/misc/docker/README.md @@ -6,7 +6,7 @@ ## Running containers -**Note**: Use the `-l` option so that `bash` is in "login shell mode". This will make bash execute `/ect/profile`, where environment variables are exported for convenience. +**Note**: Use the `-l` option so that `bash` is in "login shell mode". This will make bash execute `/etc/profile`, where environment variables are exported for convenience. sudo docker run -i -t circuit-img /bin/bash -l