From 0dc09c104c413a487ac177909cfdda0cfda34381 Mon Sep 17 00:00:00 2001 From: Ahmed AbouZaid Date: Sun, 3 Feb 2019 16:10:03 +0100 Subject: [PATCH] use workbook as default example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5939984..18ba38c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Available values for *`BOOK_SLUG`*: - `srw_book` The Site Reliability Workbook. ``` -$ docker run --rm --volume "$(pwd):/output" -e BOOK_SLUG='sre_book' captn3m0/google-sre-ebook:latest +$ docker run --rm --volume "$(pwd):/output" -e BOOK_SLUG='srw_book' captn3m0/google-sre-ebook:latest ``` - You should see the final EPUB/MOBI/PDF files in the `output` directory after the above runs. @@ -36,7 +36,7 @@ $ docker run --rm --volume "$(pwd):/output" -e BOOK_SLUG='sre_book' captn3m0/goo ``` $ mkdir /tmp/sreoutput $ chcon -Rt svirt_sandbox_file_t /tmp/sreoutput -$ docker run --rm --volume "/tmp/sreoutput:/output" -e BOOK_SLUG='sre_book' captn3m0/google-sre-ebook:latest +$ docker run --rm --volume "/tmp/sreoutput:/output" -e BOOK_SLUG='srw_book' captn3m0/google-sre-ebook:latest ``` The build for the above Docker image can be audited at .