Commit Graph

460 Commits

Author SHA1 Message Date
Craig Osterhout 4f7d891271
Merge pull request #15360 from minhtaile2712/patch-1
Update kube-deploy.md
2022-09-27 16:25:35 -07:00
Craig Osterhout 3f6602d054
Merge pull request #15744 from InfoDevkota/master
Fix example container refrence on Orchestration Deploy
2022-09-27 09:36:52 -07:00
Sagar Devkota 87681a7b99 Fix example container refrence on Orchestration Deploy
Replaced bulletin board container with getting-started container
Replace bulletin board refrencing app with Todo app
2022-09-26 20:51:37 +05:45
Umar Al-Faruq bf00d867d3
Fix all docker compose command
Remove "-" in docker compose command (docker-compose -> docker compose)
2022-09-25 18:49:23 +07:00
Lenin Fernandes 5e3c728154
Update 04_sharing_app.md (#15630)
* Update 04_sharing_app.md

regarding issue #15614
2022-09-13 14:17:17 -07:00
Craig Osterhout 079a03abf6
[ENGDOCS-952] Update get started video (#15516)
* update get started video
2022-09-03 15:42:31 -07:00
Janik Dotzel f9ea6f2175
fix: add layer to Dockerfile to fix issue 15394 (#15395) 2022-08-16 14:02:49 -07:00
Stephen Turner 3393f95fa8
Add Docker Desktop for Linux 2022-08-12 15:05:57 +01:00
Allie Sadler 13ee3ff426
remove old images from repo (#15363)
* remove old images from repo

* fix broken links

* fix links

* fix links
2022-08-11 11:37:31 +01:00
minhtaile2712 4f95480ed3
Update kube-deploy.md
Add `imagePullPolicy` as `Never` so that Kubernetes will use local `getting-started` image built from previous step
2022-08-11 15:42:52 +07:00
oruchanasar db902cbbeb
Add an -s to the end of 'configuration' (#15334) 2022-08-09 13:21:36 +01:00
CrazyMax 09c9f51bcf
remove most of absolute urls
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-08-03 11:50:33 +02:00
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
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
Sebastiaan van Stijn 8c302969af Update download-links
Adjust text, add modal pop-up for browsers with JavaScript enabled, and show
EULA inline for browsers without JavaScript.

Added configuration options in the _config.json to set the correct URLs
once known.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-31 14:35:20 +00:00
Charles Forsyth a35084a7a7
Update 05_persisting_data.md
Correcting minor grammatical error.
2021-08-26 07:55:28 -07:00
Sebastiaan van Stijn b724f2c44d
fix code-highlighting in "get started"
Indentation in some bullet-lists had one space too little, causing
code-highlighting to not work.

Also fixed some other minor issues.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-17 22:20:21 +02:00
Sebastiaan van Stijn 1583678203
Add missing code-hints, and minor markdown edits
- Add missing code-hints (console, yaml)
- Consistently add an empty line after code-blocks
- Combine some examples where the output and the command were
  put in separate blocks. With the "console" code-hint, this
  is no longer nescessary.
- fix indentation in cloud/ecs-integration.md, which caused the
  numbered-list to be interrupted.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-16 12:59:23 +02:00
Sebastiaan van Stijn 346a066b68
Desktop: move "docker-for-windows" to "desktop/windows"
Unifying all content related to Docker Desktop to be withing the desktop
directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-14 13:28:15 +02:00
Sebastiaan van Stijn d0bf342e52
Desktop: move "docker-for-mac" to "desktop/mac"
Unifying all content related to Docker Desktop to be withing the desktop
directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-14 13:07:41 +02:00
Alfredo Cambera dfe4874233
Update resources.md
This course isn't receiving new participants.
2021-08-07 19:18:26 -05: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
Nahin Khan 33576a4efb
Update orchestration.md (#13252)
* Update orchestration.md

* Minor style and copyedits

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-07-30 10:24:33 +01:00
jerae-duffin 51be46ad0d
Removed Play with Docker (#13182)
* removed PWD

* updated hosted labs

* removed PWD footer
2021-07-20 15:54:13 +01:00
Usha Mandya 7476ac6b8a
Clarify the statement 2021-07-13 10:57:24 +01:00
Yucai Huang 15c8eae642
Update 08_using_compose.md
In the "Run the application stack" part, I think there is a mistake in writing. That is "If you don't already, you'll see output that looks like this...". I change it to "If you have done already, you'll see output that looks like this...".
2021-07-08 10:00:53 +08:00
RobyCigar 29aa8bf692
Add missing container id on the command 2021-06-30 21:13:36 +07:00
Usha Mandya ab68d99fc5 Add Docker EULA for direct downloads
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-05-10 18:32:34 +01:00
Usha Mandya d2520aae96
Merge pull request #12600 from CholoTook/patch-1
Update 05_persisting_data.md
2021-04-30 14:14:19 +01:00
Usha Mandya 5bf7caf5cc Remove extra spaces in the yaml file
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-30 12:02:45 +01:00
Usha Mandya c6eb57a45d Remove duplicate docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-26 15:43:24 +01:00
Anders Eriksson f6f664f50d
Change wording to match "docker rm -f" command (#12601)
* Change wording to match "docker rm -f" command

Wording says *stop* when the corresponding command is `docker rm -f`.

* Clarify stop and remove

As the container is still running, this step stops the container and then removes it.

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-04-23 12:01:23 +01:00
Usha Mandya c360e63834
Merge pull request #12650 from a-dpq/patch-1
Update 02_our_app.md
2021-04-23 10:31:14 +01:00
Sebastiaan van Stijn e22984f7d4
use Dockerfile "syntax" directive in examples
BuildKit allows using alternative Dockerfile syntaxes to introduce new features
without having to update Docker itself. The general recommendation is to always
specify a "syntax" directive in a Dockerfile, so that (if needed) older versions
of Docker can download the correct syntax to build the Dockerfile.

This updates our examples to include a syntax directive, to make users more familiar
with these directives, and to illustrate best-pracitces in our documentation.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-20 10:19:12 +02:00
Sebastiaan van Stijn e4455a5f8f
Add / update some redirects for old URLs, and move old engine examples
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-19 10:38:52 +02:00