At initialization of Docker container, the following response is generated immediately:
bash: cd: /work/data: No such file or directory
Apparently, the container is tasked with changing directory to /work/data at initialization. But I don't know where this command is coming from; there is no .bashrc in the container.
At initialization of Docker container, the following response is generated immediately:
Apparently, the container is tasked with changing directory to
/work/data
at initialization. But I don't know where this command is coming from; there is no .bashrc in the container.