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

Unified Diff: blimp/docs/container.md

Issue 1638153002: Set up an stunnel endpoint for the engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added documentation on opening a port with Docker Created 4 years, 11 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 | « no previous file | blimp/engine/BUILD.gn » ('j') | blimp/engine/BUILD.gn » ('J')
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 36a5ceee32266b196e117e820eac244a690114de..7cf9eecdfb9edcfd88c02790d0990d23734dfffb 100644
--- a/blimp/docs/container.md
+++ b/blimp/docs/container.md
@@ -87,3 +87,11 @@ docker run -v /path/to/srcdir:/path/to/docker/destdir blimp_engine
NB: The permissions of the directory and the files outside of the Docker
container will be carried over into the container.
+
+### Mapping Ports for the Docker Container
maniscalco 2016/01/27 17:02:10 I think it might be time to revamp some of the doc
+
+If you need to open a port for the Docker container in order to communicate:
+
+```bash
+docker run -p localport:dockerport blimp_engine
+```
« no previous file with comments | « no previous file | blimp/engine/BUILD.gn » ('j') | blimp/engine/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698