Skip to content

Commit 5c77bf2

Browse files
committed
Screenshot URL for docker hub description
1 parent 8d14877 commit 5c77bf2

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.git
2-
node_modules
2+
node_modules
3+
*.png

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Docker image which echoes various HTTP request properties back to client, as well as in docker logs.
22

3-
![browser](screenshots/screenshot.png)
3+
![browser](https://raw.githubusercontent.com/mendhak/docker-http-https-echo/master/screenshots/screenshot.png)
44

55
## Usage
66

@@ -31,11 +31,11 @@ You can substitute the certificate and private key with your own. This example u
3131

3232
#### Curl output
3333

34-
![curl](screenshots/screenshot2.png)
34+
![curl](https://raw.githubusercontent.com/mendhak/docker-http-https-echo/master/screenshots/screenshot2.png)
3535

3636
#### `docker logs` output
3737

38-
![dockerlogs](screenshots/screenshot3.png)
38+
![dockerlogs](https://raw.githubusercontent.com/mendhak/docker-http-https-echo/master/screenshots/screenshot3.png)
3939

4040

4141

0 commit comments

Comments
 (0)