docs: update readme

This commit is contained in:
Bill Church 2022-08-01 13:49:48 +00:00
parent 97f3088780
commit 2bc9dc9382

View file

@ -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