From dffca0d997ca24af10268c2e2091750aed5c0541 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 5 Sep 2019 02:06:55 +0000 Subject: run.sh --- README.md | 5 ++++- run.sh | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100755 run.sh diff --git a/README.md b/README.md index cfde4c3..6ad71d7 100644 --- a/README.md +++ b/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. diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..decc6e2 --- /dev/null +++ b/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 -- cgit v1.2.3