CrazyMax
2482f8ce04
Remove unneeded <br> HTML tags
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-14 19:54:47 +02:00
Pedro Pessoa
e22fab1ab0
style inconsistency in `--publish flag`
...
the code part is just `--publish`, so "flag" should be normal text, as in other parts of the text
2022-06-16 15:14:01 -03:00
Stefan Scherer
bcc2a90f52
Use host port 8000 to avoid conflicts on Monterey
...
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2022-02-09 13:05:34 +01:00
Sebastiaan van Stijn
74460241f8
language/python: use "console" for shell examples
...
This allows for easier copying of the commands, without selecting the
prompt.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:20:00 +02:00
theBeginner86
3831ba50c9
typo fixed
2021-07-10 11:15:30 +05:30
Jay Xu
20b74088f4
Wrong HTTP Method type
...
`curl localhost:5000` is GET request, but in doc it says POST request
2021-06-19 21:24:49 -07:00
Sebastiaan van Stijn
a463d3290f
use primary-btn instead of outline-btn
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-13 16:34:01 +02:00
Usha Mandya
8bf9e92a24
Update port number
...
Updated the port number to demonstrate connecting from a container port to a host port
2021-03-25 15:23:27 +00:00
zhengwu
8cfdf0228b
doc: Typos
2021-03-25 09:14:32 +08:00
Usha Mandya
654c0e613a
Merge pull request #12538 from longqua69/patch-1
...
doc: clarify the docs
2021-03-24 16:51:08 +00:00
Stefan Scherer
313595cd19
Use port 5000
...
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-24 15:33:04 +01:00
Anh Tran
0c654c5aac
doc: fix typo
...
remove wrong comma
2021-03-21 23:12:38 +07:00
Anh Tran
1ae0ec9d48
doc: clarify the docs
2021-03-21 22:40:01 +07:00
uigctaw
1cefb43b7b
Getting started python fixes ( #12217 )
...
* Fix CMD arguments
The previous CMD command doesn't actually start the service.
* Simplify (and fix) curl command
Previously it was specifying a lot of parameters that in our case are optional and IMO don't help with understanding what's going on.
Furthermore the previous command was asking for a `/test` page which we do not serve.
And finally it was using POST which is not supported in our app created in the previous step.
* Fix typo
2021-02-05 16:03:47 +00:00
Usha Mandya
4b828eeaed
Update links and remove extra spaces
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-29 17:09:03 +00:00
Usha Mandya
c23d1daf63
Add Python get started docs ( #12184 )
...
* Add Python get started docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
* Address Anca's review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
* Update pip to pip3
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
* Update pip freeze to pip3 freeze
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-28 17:46:36 +00:00
Usha Mandya
ba395bed07
Add reference architecture docs
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-18 12:07:55 +00:00