Skip to content

Commit 3abdab9

Browse files
authored
Update README.md
1 parent 8137ba2 commit 3abdab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# :whale2: Docker HTTP container upgrade
22
Pull a new docker image and restart a running container with just a simple HTTP call.
33

4-
## :wrench: Usage
4+
## :rocket: Usage
55
At first we need to start the web server this can be done with a docker container:
66
```bash
77
docker run -v /var/run/docker.sock:/var/run/docker.sock -p 3000:3000 jurruh/http-container-upgrade
@@ -11,5 +11,5 @@ If the web server is started we can perform a GET request with the container nam
1111
curl localhost:3000/:containername
1212
```
1313

14-
## :notebook: Notes
14+
## :memo: Notes
1515
Currently this is a hobby project the code does not have any tests and the HTTP requests do not require authorization. I do not recommend to use this project in a production system. But feel free to build on top of this repo or use it as inspiration.

0 commit comments

Comments
 (0)