Rob Austein 5 年之前
父節點
當前提交
dffca0d997
共有 2 個文件被更改,包括 9 次插入1 次删除
  1. 4 1
      README.md
  2. 5 0
      run.sh

+ 4 - 1
README.md

@@ -10,4 +10,7 @@ resource.  Running this in one's normal web browser is a bad idea.
 
 So what one really wants here is a burner web browser.  Here you go.
 
-See `create.sh` for how one might run the image.
+See `create.sh` and `run.sh` for ways one might use the image.
+
+Something along the lines of the `run.sh` formulation might work well
+as the command portion of a tunneling `ssh -L 5900:127.0.0.1:5900` command.

+ 5 - 0
run.sh

@@ -0,0 +1,5 @@
+#!/bin/sh -
+
+# Another sample of how one might start up a container, season to taste.
+
+docker run -it --rm --publish 127.0.0.1:5900:5900 firedock