mirror of https://github.com/docker/docs.git
Merge pull request #13034 from zhengjxu/patch-1
Wrong HTTP Method type in documentation
This commit is contained in:
commit
a09bef6227
|
@ -50,7 +50,7 @@ $ curl localhost:5000
|
|||
Hello, Docker!
|
||||
```
|
||||
|
||||
Success! We were able to connect to the application running inside of our container on port 5000. Switch back to the terminal where your container is running and you should see the POST request logged to the console.
|
||||
Success! We were able to connect to the application running inside of our container on port 5000. Switch back to the terminal where your container is running and you should see the GET request logged to the console.
|
||||
|
||||
```shell
|
||||
[31/Jan/2021 23:39:31] "GET / HTTP/1.1" 200 -
|
||||
|
|
Loading…
Reference in New Issue