Ubuntu – Python script can't move file between mounted docker volumes while mv command could
I think I did configure docker volumes correctly, but I can't understand why mv command success called from interactive bash shell. FROM ubuntu:rolling RUN apt update RUN apt install -y python3 python3-venv USER ubuntu $ docker run --rm --interactive --tty…