Commit Graph

381 Commits

Author SHA1 Message Date
Allie Sadler 6c8274292f
Fix links on get started page (#14741)
* Fix links on get started page

* fixed linux link on get docker page

* change button description

* change button description
2022-05-17 07:59:07 +01:00
Mark H 9afb3bc05b
Update text to reflect end of grace period (#14712)
* Update text to reflect end of grace period

* Revert changes to release notes

* Remove references to the grace period
2022-05-12 12:44:03 +01:00
craig-osterhout 9a1cb6561c fix for issue 14686 and 12662
Signed-off-by: craig-osterhout <craig.osterhout@docker.com>
2022-05-11 11:11:16 -07:00
Sebastiaan van Stijn 461c6935c4
fix aligning in some output examples
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-12 11:44:41 +02:00
Usha Mandya 2008481b4d
Merge pull request #14363 from jonasbn/patch-1
The Alpine 3.5 image is no longer available
2022-04-08 10:47:55 +01:00
Bart Duisters a4de787aed
Update 07_multi_container.md (#14234)
* Update 07_multi_container.md

Add a script that works on M1 chips for people following this guide on Apple Silicon.

* Add shell prompt, use linux/amd64

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
2022-04-04 13:45:40 +01:00
Usha Mandya 6b047f38d5
Merge pull request #14417 from YgorPerez/patch-1
Add new step 1 "Exit MySQL"
2022-04-01 10:46:33 +01:00
Usha Mandya 9e4122df29
Merge pull request #14474 from shjin404/patch-1
Update 06 bind mount page
2022-04-01 10:17:17 +01:00
Sebastiaan van Stijn dddeb5a51e
reformat "get started" 06 - bind-mounts
The "docker build" example was written as an in-line example, but directly
followed by a full-stop at the end of the sentence, which made it easy to
confuse the extra `.` to be part of the command to run.

This moves it to a code block to allow the example to be highlighted, and
less confusing.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-31 23:51:22 +02:00
shjin404 bca3ed715c
Update 06 bind mount page
Updated the instruction to ensure running the command from the app directory.
2022-03-30 22:50:52 -07:00
Ygor Perez de Oliveira a4953322d2
Moved intructions from line 112 to 101
Edit made based on usha-mandya comment on issue #14417
2022-03-26 04:30:52 -03:00
Ygor Perez de Oliveira 3c008117c3
Add new step 1 "Exit MySQL"
In the "Connect to MySQL" section, if you don't exit MySQL with the command `exit`, you can't proceed to create the container
2022-03-21 10:51:47 -03:00
Jonas Brømsø 1fdb7ed80a
The Alpine 3.5 image is not longer available
The Alpine 3.5 image is not longer available, perhaps `latest` should be used.

REF:  https://hub.docker.com/_/alpine
2022-03-08 22:03:42 +01:00
Usha Mandya ee0fbd1564
Merge pull request #14263 from NaincyKumariKnoldus/fix
Added Exposing port
2022-02-25 11:05:54 +00:00
knoldus 1b9c94b166 added expose in file 2022-02-14 14:51:50 +05:30
Haripriya 4fd778a316
Update overview.md
In THE  DOCKER PLATFORMsection , there is a small grammaratical error in  second line it should be "The isolation and security allows you to run many
containers simultaneously on a given host." (allow->allows) not "The isolation and security allow you to run many
containers simultaneously on a given host."
2022-02-07 04:28:32 +05:30
Usha Mandya 3944d83af5
Merge pull request #14214 from bartduisters/patch-1
Update 04_sharing_app.md
2022-02-04 14:08:10 +00:00
Usha Mandya bfc2c27166
Merge pull request #14091 from HSKPeter/fix-grammar-errors
Fixed grammar errors and paraphrased sentences to enhance readability
2022-02-04 14:04:08 +00:00
Bart Duisters e6cdfcc7ad
Update 04_sharing_app.md 2022-02-02 23:54:35 +01:00
Usha Mandya fd943a6ab9 Update the CTA on Docker subscription
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-01-18 16:45:04 +05:30
Peter Hui 5eb68faf22 paraphrased sentence to enhance readability 2022-01-10 22:58:58 -08:00
Peter Hui c3eface503 fixed grammar errors 2022-01-10 22:51:08 -08:00
Peter Hui eaee465145 added missing fullstop 2022-01-10 22:50:05 -08:00
Sebastiaan van Stijn 20299f7614
Merge pull request #13901 from miajim/patch-1
Update 09_image_best.md
2021-12-23 15:48:23 +01:00
Miroslav Tomasik 93bd69ac03
Update 02_our_app.md 2021-12-06 15:08:18 +01:00
Mia 10e8f008a5
Update 09_image_best.md
Changed the command to login for use of `docker scan`.
2021-11-27 18:23:26 -05:00
Usha Mandya 7442848831
Merge pull request #13868 from morganstaff/patch-2
Update kube-deploy.md
2021-11-26 12:57:14 +00:00
Usha Mandya a2e00b1467
Merge pull request #13494 from MichaelSodeke/patch-1
edits made to section 'Run your app with MySQL'
2021-11-26 10:18:29 +00:00
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 74514c833c Add Docker Desktop info to the overview
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-11-19 15:30:31 +00:00
tariqali021 f4ab5d173e
Update index.md (#13741)
* Update index.md

* Style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-11-19 12:27:49 +00:00
Stefan Scherer 3ff899c68d
Fix python3 dependency
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-11-10 17:21:46 +01:00
Usha Mandya c5f38d8b3b Add the next set of CTAs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-10-15 18:06:39 +01:00
Sebastiaan van Stijn 0371f3cb28
get-started: minor rephrasing
Reduce the use of "simply", "simple"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-13 16:30:03 +02:00
Peter Dave Hello ed135fe151 Update most links to use https by default
Reference:

- #11640
- d405b17ca2

Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
2021-10-12 15:45:57 +08:00
rolyli a0e59a68b0
Update style inconsistencies for code prompts in get-started (#13580)
* Fix style inconsistencies for powershell code in get-started

* Fix style inconsistencies for powershell code in get-started
2021-10-04 10:51:23 +01: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
Usha Mandya cfc7ca3f4c
Merge pull request #13442 from hrishikesh-kadam/patch-1
Update Getting Started Part 4
2021-10-04 10:46:47 +01:00
Sebastiaan van Stijn db3b2220dd
remove unused modal includes, and changed links to relative MD links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-01 15:12:55 +02:00
Usha Mandya e5463a5045
Merge pull request #13522 from jasonsalas/patch-1
Fixed references to old Bulletin Board demo
2021-09-21 13:52:36 +01:00
Usha Mandya c4272145ab
Merge pull request #13527 from rolyli/master
Fix code block not being highlightable in the guide
2021-09-21 13:52:25 +01:00
Michael Šòdéké 24133a237c
edit: updated `Security scanning` section (#13546)
* edit: updated `Security scanning` section

`docker scan` fails when user is not logged in to Docker Hub. First I had to use `docker login` to login to Docker Hub. Afterwards, `docker scan` worked.

* Update 09_image_best.md

Update format, fix a typo

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-09-21 13:52:01 +01:00
Shyamal Jadav eaa4a41c5d
Update kube-deploy.md 2021-09-20 14:49:58 +05:30
Stefan Scherer c4373d5a5f
Download latest DD from main channel
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-09-15 11:09:58 +02:00
rolyli 5bf13c7380 Fix code block not being highlightable in the guide 2021-09-14 01:04:15 +01:00
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
Usha Mandya 4e120ba5f7
Rename Product Manuals to Manuals (#13498)
* Rename Product Manuals to Manuals

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Update _includes/breadcrumbs.html

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-09-10 14:28:31 +01:00
Michael Šòdéké d0db5f0c8b
edits made to section 'Run your app with MySQL'
The created docker network `todo-app` was unable to support an authentication protocol requested by MySQL versions 8.0 and higher. I included a fix suggested by **stackoverlfow** user [Pras](https://stackoverflow.com/a/50131831/11492382).
2021-09-09 15:48:58 -07:00
Michael Šòdéké ac1df4d6a9
Updated `## Persist the todo data` section (#13434)
* Updated `## Persist the todo data` section

I provided a 3-step procedure from lines 81 to 102 on how to access the container's shell environment, since It was unclear how to access the `/etc/todos` directory. Also, nowhere, in the tutorial, was it mentioned that containers are *self-contained shell environments*. This information is crucial for beginners following along with the tutorial.

Take care.

* Second update

This update was due to a suggestion provided by @thaJeztah .
2021-09-02 18:01:34 +02:00
Hrishikesh Kadam e06da34897
Update Getting Started Part 4
Mentioning sharing images in step 1 is ambiguous.
2021-08-31 23:55:28 +05:30