docker run -p 7000:7000 --rm -ti -v "$PWD/tapes:/tapes" morgantatkins/yakbak https://www.google.co.uk
- Exposing local port 7000 to the container port 7000
- Mounts the container dir "tapes" to the host working directory
- Adding "https://www.google.co.uk" as the endpoint the calls get forwarded to