docs: update readme
This commit is contained in:
parent
97f3088780
commit
2bc9dc9382
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
@ -47,6 +47,27 @@ See [BUILDING.md](BUILDING.md) for more details.
|
||||||
|
|
||||||
# Docker Instructions
|
# 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:
|
Copy app/config.json.template to app/config.json and modify the latter:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Reference in a new issue