bulky-memory-85762
10/27/2022, 6:00 AMhelpful-butcher-75556
10/27/2022, 10:37 AMbulky-memory-85762
10/27/2022, 10:52 AMtest-mock:
build: test-mock
volumes:
- ./files:/opt/wiremock/__files
ports:
- 8090:8080
# ls -l __files/
total 0
helpful-butcher-75556
10/27/2022, 10:58 AMdocker run -v /tmp:/container_tmp busybox ls /container_tmp
Maps /tmp on the local machine to /container_tmp inside the container.
This probably should be posted on StackOverflow, etc since it's not RD-specificbulky-memory-85762
10/27/2022, 11:25 AMhelpful-butcher-75556
10/27/2022, 11:30 AMbulky-memory-85762
10/27/2022, 12:12 PM