Good day! <#C03N1E6HFPY|help> I need help in my sa...
# help
g
Good day! #help I need help in my sample using proxy with wiremock (docker - SO: Windows 10) my sentence was:
Copy code
docker run -d --name my_wiremock -p 8080:8080 -p 8443:8443 
-v //d/workspace/Java/testing/src/intTest/resources/__files:/home/wiremock/__files 
-v //d/workspace/Java/testing/src/intTest/resources/mappings:/home/wiremock/mappings 
wiremock/wiremock:latest 
--proxy-all="<https://jsonplaceholder.typicode.com/>" 
--record-mappings 
--verbose
But i dont can see the files, when I search the generated files:
Copy code
docker exec -it my_wiremock sh
ls
cd /home/wiremock/mappings
ls
someone could help me? Thank so much!