How do I find my home directory for the ExpressAnalyst Docker?

To find your home directory, open the command line (if you are using Windows, use the Power Shell and not the Command Prompt application) and type the commands:
cd ~
pwd

Whatever is printed is your home directory. For me on a Mac/Linux, it looks like “/Users/jessicaewald”. For someone using Windows, it might look like “C:\Users\Krittika”.