Relative Content

Tag Archive for dockershell

Zsh shell automatically converts into Docker interactive shell

I pushed some changes from my code into my GitHub repository. Now, after trying to rebuild my docker image, I’m trying to run some commands and my zsh shell automatically converts into a docker image shell. Because of this misconfiguration, I am unable to run commands unless I open a separate terminal.

Is it possible to set a Docker volume be pointed to an SSH location?

Title. I want to set a docker volume to point to a location ssh location. I want to run a python script and wondering if there’s any solution other than copying all the files into local computer then read it. Can I run python script on files in the remote volume. I’m only reading them not writing to the files. I need to use SSH to access the files normally. Thanks!