Commit Graph

398 Commits

Author SHA1 Message Date
Justin Chadwell fd9fe19061 lint: tidy up ordered list prefixes 2022-07-28 11:27:10 +01:00
Craig Osterhout 0073c0117b
Issue 15094 - how to access get started (#15125)
* added how to access the get-started tutorial

* remove extra space
2022-07-27 13:06:02 -07:00
Craig Osterhout 820366d4bf
In getting started part 2, added direct download link for the app zip and updated the repo link as there is no way to download from within the directory. (#15175) 2022-07-27 13:05:29 -07:00
Craig Osterhout b0dc95cd62
specified x86-64 arch, made wording more consistent, and changed codeblock to console (#15184) 2022-07-27 13:04:46 -07:00
Peter Hauke 5e97b7e1b8
Fix use of bullet list (#15090)
* Fix use of bullet list

Otherwise it would read like so:

To summarize, a container: Containers are isolated from each other and run their own software, binaries, and configurations.

Alternatively, to keep it as a bullet point:

To summarize, a container: 
...
is isolated from other containers and runs its own software, binaries, and configurations.

Both are correct. I can change the PR to the other option if preferred.

* Fix use of bullet list

Thanks, @craig-osterhout 
 
As requested, here's the commit for the alternative. Please reject the other commit and accept this one.
2022-07-27 09:17:59 -07:00
Craig Osterhout f02e3ea4b6
ENGDOCS-812 get-started screenshots (#15100)
* Updated DD screenshots and compose container names
2022-07-14 14:43:46 -07:00
Allie Sadler 38fec0d159
Engdocs 802b (#15108)
* moved install pages

* moved images

* update toc

* add redirects

* ammend page links

* fix broken links

* fix broken links

* fix broken links

* fix broken links
2022-07-13 10:41:56 +01:00
craig-osterhout 1c6b2162b4
add Linux DD Dashboard 2022-07-11 09:13:48 -07:00
Peter Hauke 12c0b3b65f
Fix two minor grammar mistakes 2022-07-09 06:51:40 +02:00
Naor Peled d76d4dbf7d
fix(get-started/index): resolve videos responsiveness issues (#14923)
* initial commit

* adjusted size more

* made the size fit the base size that was before the change
2022-06-23 14:32:01 +01:00
Naor Peled 05ab654306
docs(get-started/06_bind_mounts): resolve typo 2022-06-18 21:48:56 +03:00
Shy Ruparel c36c415c11
add cheatsheet (#14911)
* add cheatsheet

* Apply suggestions from code review

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-06-09 18:24:11 +01:00
Dora Ribeiro d49af6a449
ENGDOCS 711 Revisited Compose Install Page (#14838)
Revisiting Compose installation
2022-06-02 18:10:37 +01:00
Eric Shinn a08aca98fb
grammar edit (#14841) 2022-05-30 14:14:08 +01:00
Usha Mandya fca511fbcd
Merge pull request #14778 from StefanScherer/use-bind-mounts-m1
Add command for M1/arm64 users
2022-05-25 15:16:24 +01:00
Usha Mandya 252818cfbd
Update get-started/06_bind_mounts.md 2022-05-25 15:10:33 +01:00
Stefan Scherer 78f514ef2f
Add command for M1/arm64 users
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2022-05-19 16:16:16 +02:00
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