use workbook as default example

This commit is contained in:
Ahmed AbouZaid 2019-02-03 16:10:03 +01:00
parent f6bed7d3b5
commit 0dc09c104c
1 changed files with 2 additions and 2 deletions

View File

@ -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 <https://cloud.docker.com/swarm/captn3m0/repository/docker/captn3m0/google-sre-ebook/builds>.