File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- Install docker .
1
+ Install docker
2
2
https://docs.docker.com/install
3
3
4
4
run:
5
- ` docker build -t ngnix_paws_image . ` .
6
- ` docker run --rm -it -p 5555:5555 ngnix_paws_image ` .
5
+ ` docker build -t ngnix_paws_image . `
6
+ ` docker run --rm -it -p 5555:5555 ngnix_paws_image `
7
7
8
8
9
9
API:
10
10
run http GET request like:
11
- http://localhost:5555/ .
12
- http://localhost:5555/file/{fileName} .
13
- http://localhost:5555/executeScript/{scriptName} .
14
- http://localhost:5555/allFiles .
11
+ - http://localhost:5555
12
+ - http://localhost:5555/file/{fileName}
13
+ - http://localhost:5555/executeScript/{scriptName}
14
+ - http://localhost:5555/allFiles
15
15
16
16
public IP (use only for dummy data):
17
17
replace http://localhost with - http://paws-data-pipeline.team-machine.phl.io .
You can’t perform that action at this time.
0 commit comments