Docker volume mapping to current working directory not work
Docker version 20.10.21 docker run command with -v option works as expected when the destination path is other than /app. But when the destination path is /app it doesn't work as expected. command works as expected: docker run -d -v…