You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull a new docker image and restart a running container with just a simple HTTP call.
3
3
4
-
## :wrench: Usage
4
+
## :rocket: Usage
5
5
At first we need to start the web server this can be done with a docker container:
6
6
```bash
7
7
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
11
11
curl localhost:3000/:containername
12
12
```
13
13
14
-
## :notebook: Notes
14
+
## :memo: Notes
15
15
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