Hi,
even if some delay it may help someone. Inspecting the docker container Labels may provide the required answer
docker inspect <container_name> | grep "com.docker.compose.project.working_dir"
Share and learn in the Docker community.
Hi,
even if some delay it may help someone. Inspecting the docker container Labels may provide the required answer
docker inspect <container_name> | grep "com.docker.compose.project.working_dir"