@@ -35,7 +35,9 @@ Examples:
3535 $ dockerproxy up # start the Docker Proxy
3636 $ dockerproxy down # stop the Docker Proxy
3737```
38+
3839### Up
40+
3941```
4042Usage: dockerproxy up [options]
4143
@@ -49,6 +51,7 @@ Options:
4951```
5052
5153### Down
54+
5255```
5356Usage: dockerproxy down [options]
5457
@@ -58,6 +61,7 @@ Options:
5861```
5962
6063### Setup
64+
6165```
6266Usage: dockerproxy setup [options]
6367
@@ -68,6 +72,7 @@ Options:
6872```
6973
7074### Config
75+
7176```
7277Usage: dockerproxy config [options]
7378
@@ -77,7 +82,6 @@ Options:
7782 -h, --help output usage information
7883```
7984
80-
8185## Example
8286
8387There are two ways of using this command line tool:
@@ -93,7 +97,11 @@ There are two ways of using this command line tool:
9397
9498## Development and Debugging
9599
100+ 1 . Clone the repository and including the submodules (` git submodule update --init --recursive ` )
961011 . Launch command with ` node --inspect-brk dockerproxy.js setup ` .
97102 1 . Follow this [ guide] ( https://stackoverflow.com/a/47558970/9277073 ) .
98103 2 . Launch ` Attach to Remote ` Debug Task in VSCode.
99104
105+ ## Testing
106+
107+ Install bats (` npm i -g bats ` ) and expect (` sudo apt-get install expect ` ). Simply run ` npm run test ` afterwards.
0 commit comments