From 2528a54360d577e29911a73170367745f86e4d2a Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Thu, 9 Dec 2021 15:20:53 +0100 Subject: [PATCH] docs: docker run billchurch/webssh2 for direct testing (#269) In addition to local docker run webssh2 pulling from billchurch/webssh2 allows testing (or even running) without clone the repo. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0b0279e..4569e19 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,13 @@ Alternatively if you don't want to rebuild, mount the config at runtime: ```bash docker run --name webssh2 -d -p 2222:2222 -v `pwd`/app/config.json:/usr/src/config.json webssh2 ``` + +Alternatively if you don't want to build either and mount the config at runtime relying on the community image : +```bash +docker run --name webssh2 -d -p 2222:2222 -v `pwd`/app/config.json:/usr/src/config.json billchurch/webssh2 +``` + # Options