Closed lenalebt closed 5 years ago
You can download the current releases from https://github.com/captn3m0/google-sre-ebook/releases while I work on fixing this.
Oh, thanks :). Did so. Thank you already for the scripts here :).
I just tried this out, and it builds correctly for me. Can you check:
docker pull captn3m0/google-sre-ebook:latest
should say "Image is up to date"docker run --rm --volume "$(pwd):/output" -e BOOK_SLUG='srw_book' captn3m0/google-sre-ebook:latest
(No /bin/bash
).If it still doesn't work, can you tell what's your environment? (OS+Docker version should help)
Omg, I have been an idiot, sorry. I think I still had an older version of the image locally -.-. It works now. Sorry for the noise :(.
Hi, I can download the SRE book without any trouble, trying the SRW book always falls back to the SRE book?
I ran this command:
docker run --rm --volume "$(pwd):/output" -e BOOK_SLUG='srw_book' captn3m0/google-sre-ebook:latest /bin/bash
as mentioned in the readme.Output: