Browse Source

Updated README

pull/104/head
Sheng 5 years ago
parent
commit
28fbf40aba
  1. 5
      README.md
  2. 6
      README.rst

5
README.md

@ -146,6 +146,11 @@ Passing a command executed right after login
http://localhost:8888/?command=pwd http://localhost:8888/?command=pwd
``` ```
Passing a terminal type
```bash
http://localhost:8888/?term=xterm-256color
```
### Use Docker ### Use Docker
Start up the app Start up the app

6
README.rst

@ -161,6 +161,12 @@ Passing a command executed right after login
http://localhost:8888/?command=pwd http://localhost:8888/?command=pwd
Passing a terminal type
.. code:: bash
http://localhost:8888/?term=xterm-256color
Use Docker Use Docker
~~~~~~~~~~ ~~~~~~~~~~

Loading…
Cancel
Save