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.
This commit is contained in:
parent
8a68ccaffa
commit
2528a54360
1 changed files with 6 additions and 0 deletions
|
@ -68,6 +68,12 @@ Alternatively if you don't want to rebuild, mount the config at runtime:
|
||||||
docker run --name webssh2 -d -p 2222:2222 -v `pwd`/app/config.json:/usr/src/config.json webssh2
|
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
|
||||||
|
```
|
||||||
|
|
||||||
<ignoreend>
|
<ignoreend>
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
|
|
Loading…
Reference in a new issue