Commit Graph

9 Commits

Author SHA1 Message Date
morganstaff 45b14d6bac
Update kube-deploy.md
type: port 8080 is not mentioned in the bb.yaml, port 3000 is.
2021-11-21 13:38:32 -05:00
Usha Mandya 2db1c23afe
Merge pull request #13566 from shyamal-jadav/patch-2
Update kube-deploy.md
2021-10-04 10:50:53 +01:00
Shyamal Jadav eaa4a41c5d
Update kube-deploy.md 2021-09-20 14:49:58 +05:30
Jason Salas 4fcb2c94f4
Fixed references to old Bulletin Board demo
The current documentation references the newer todo list built in the [Getting Started demo](https://docs.docker.com/get-started/02_our_app/) built in previous steps, but the docs listed the code for the older [BulletinBoard:1.0 image](http://www.myclass5.cn/get-started/part2/). So, this patch applies the following to run Getting Started:

- changed the name of the image to `getting-started`, and rebuild the image using `docker build -t getting-started .`
- changed the port numbers under the `ports` key in the Kubernetes YAML to *3000*
2021-09-14 05:30:21 +10:00
Sebastiaan van Stijn 7b2f0e92bc
get-started: 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:19:23 +02:00
Brandon Mitchell 2775bcfb1f Fixing broken get-started links
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2020-12-21 14:35:57 -05:00
Sebastiaan van Stijn eb948508c1
various: use relative markdown links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:53 +02:00
Usha Mandya 72fd8b33c9 fix yaml formatting 2020-02-17 13:11:34 +00:00
Usha Mandya 36aba6a7c6
Get started docs updates (#10218)
* Update Get started docs

* update part-1, add redirects

* draft updates to part 2 and 3

* tidy up the orchestration topics

* update examples, and other minor edits

* address Stefan's review comments

* moved orchestration to a new node

* fix Ben's review comments

* add email verification step

* Emphasize the CTA in part 3
2020-02-14 17:24:50 +00:00