From 2bc9dc9382b46323791f80e55c975e151267a568 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Mon, 1 Aug 2022 13:49:48 +0000 Subject: [PATCH] docs: update readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index bbbe8d9..c41881c 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,27 @@ See [BUILDING.md](BUILDING.md) for more details. # Docker Instructions + +[webssh2 images are available in docker hub](https://hub.docker.com/repository/docker/billchurch/webssh2). + +the `latest` tag will pull the most recent stable release, otherwise you can pull individual tags/releases/versions of this repo by using a particular version in the tag. + +For instance: + +```docker pull billchurch/webssh2:0.4.6``` + +or + +```docker pull billchurch/webssh2:0.4.7-alpha.2``` + +or + +```docker pull billchurch/webssh2``` + +for the most recent + +If you want to play around localy: + Copy app/config.json.template to app/config.json and modify the latter: ```js