Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(713)

Unified Diff: blimp/docs/container.md

Issue 1772343003: Revert of Add Android fonts to blimp engine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@khushal-fonts
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « blimp/README.md ('k') | blimp/docs/fonts.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/docs/container.md
diff --git a/blimp/docs/container.md b/blimp/docs/container.md
index 7a1902a742986b4d30db41cbf1098699325013a2..31adc802ee2b6fc603aa6d3c1703468b7d67804d 100644
--- a/blimp/docs/container.md
+++ b/blimp/docs/container.md
@@ -43,7 +43,7 @@
```bash
./blimp/tools/generate-engine-manifest.py \
- --build-dir out-chromeos/Debug \
+ --build-dir out-linux/Debug \
--target //blimp/engine:blimp_engine \
--output blimp/engine/engine-manifest.txt
```
@@ -56,7 +56,7 @@
Using the tarfile you can create a Docker image:
```bash
-docker build -t blimp_engine - < ./out-chromeos/Debug/blimp_engine_bundle.tar.gz
+docker build -t blimp_engine - < ./out-linux/Debug/blimp_engine_bundle.tar
```
## Running the Engine in a Docker Container
@@ -74,8 +74,7 @@
public certificate. Permissions should be set to 644.
* `$CONFIG_DIR/client_token`: A file with a non-empty string used as the
client token (the shared secret between the client and the engine).
- Permissions should also be set to 644. See [running](running.md) for how
- to get the default token from the source code.
+ Persmissions should also be set to 644.
This setup step is only required once and can be reused for all the rest of the
runs of the engine.
@@ -95,3 +94,4 @@
```
See the [blimp engine `Dockerfile`](../engine/Dockerfile) to find out what flags
are passed by default.
+
« no previous file with comments | « blimp/README.md ('k') | blimp/docs/fonts.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698