mirror of https://github.com/huashengdun/webssh
Updated README
parent
f991d25357
commit
387956dffd
|
@ -141,6 +141,11 @@ Passing an encoding
|
|||
http://localhost:8888/#encoding=gbk
|
||||
```
|
||||
|
||||
Passing a command
|
||||
```bash
|
||||
http://localhost:8888/?command=pwd
|
||||
```
|
||||
|
||||
### Use Docker
|
||||
|
||||
Start up the app
|
||||
|
|
|
@ -154,6 +154,12 @@ Passing an encoding
|
|||
|
||||
http://localhost:8888/#encoding=gbk
|
||||
|
||||
Passing a command
|
||||
|
||||
.. code:: bash
|
||||
|
||||
http://localhost:8888/?command=pwd
|
||||
|
||||
Use Docker
|
||||
~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Reference in New Issue