Commit Graph

103 Commits

Author SHA1 Message Date
Craig Osterhout e2ce6c5a8f
get-started freshness (#17895)
* refresh get started guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-10 11:39:35 -07:00
Peter Hauke 1c5342b348
Review and edit Get Started overview (#17804)
Review and edit the language of Get Started to remove unnecessary words, etc.

No information removed and no new information added.
2023-07-25 09:46:01 -07:00
Chris Chinchilla 5f613c757a Draft 2023-03-01 12:51:40 +01:00
Allie Sadler 8e16fb9373
keywords (#16691) 2023-02-08 14:42:21 +00:00
Craig Osterhout da7b60072d
[ENGDOCS-1012] Get started refresh part 1 & 2 (#15965)
* get started refresh part 1 and 2
2022-10-27 15:32:47 -07:00
Craig Osterhout 8ebd41f2f6
add nav buttons and fix title (#15890) 2022-10-20 09:46:57 -07:00
Craig Osterhout 079a03abf6
[ENGDOCS-952] Update get started video (#15516)
* update get started video
2022-09-03 15:42:31 -07: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
oruchanasar db902cbbeb
Add an -s to the end of 'configuration' (#15334) 2022-08-09 13:21:36 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
Usha Mandya 5ac3f36ed8 Update relnotes, download buttons based on review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-14 19:12:01 +01:00
Sebastiaan van Stijn 428305eb77
Fix button styling on get-started
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-13 16:33:57 +02:00
Usha Mandya e8853feb97 Update FAQ and fix text on Linux download
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-13 15:12:45 +01:00
Usha Mandya 354cf62ee2 Add initial updates for Apple silicon release
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-12 22:41:19 +01:00
Usha Mandya 9fbea0dd72 Update get started overview
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-05 22:14:56 +00:00
Muhammad Tehami 7ac0499560
Update getting started for Docker Dashboard (#12369)
* Update getting started for Docker Dashboard

Update getting started for Docker Dashboard to explicitly specify that it's available for Mac and Windows.

* Minor update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-03-05 14:53:29 +00:00
Usha Mandya 5a07a993b3 Address review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-04 14:34:35 +00:00
Usha Mandya dc7352020e Get started docs improvements
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-02 12:51:46 +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
Sebastiaan van Stijn dfab099750
Merge pull request #12044 from thaJeztah/more_link_fixes
Replace some getting-started links
2021-01-07 11:08:37 +01:00
Sebastiaan van Stijn ee457d2e55
get-started: fix markdown formatting
The markdown seemed to be intended as "info" admonition; updating
the markdown syntax to fix that.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-05 15:27:36 +01:00
Arth bf7d125f0e
Update index.md (#11984)
Fix rendering of YouTube embed

Liz Rice Iframe was being rendered as code. Updated it to iframe.
2021-01-05 13:26:16 +01:00
Sebastiaan van Stijn 3301f89fc3
Replace some getting-started links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-05 12:49:25 +01:00
Usha Mandya 4339d5923d Add a DockerCon get started video
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-12-18 17:32:34 +00:00
Ben De St Paer-Gotch 838930ad96 Adding general docker getting started to docs 2020-12-02 13:08:51 +00:00
Sebastiaan van Stijn d59208b947
Fix redirect for /engine/tutorials/dockerrepos/
The page in the Docker Hub section is a better match for the old content:
https://github.com/docker/docker.github.io/blob/v1.12-release/engine/tutorials/dockerrepos.md)

And fits better with the description around the link in the CLI reference;

> The image can be  any valid image – it is especially easy to start by pulling
> an image from the Public Repositories.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-11-10 21:48:57 +01:00
Sebastiaan van Stijn 393d3f6566
Add rel="noopener" to external links
See https://web.dev/external-anchors-use-rel-noopener/

Using noopener, as that addresses the security issue. "noreferer" blocks
the REFERER header, which may still be useful for some target URLs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-12 13:09:30 +02:00
Sebastiaan van Stijn 6bc02b4c39
sort redirect_from in some files
This makes it easier to find if a redirect is already present,
and to spot duplicates

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-29 18:15:25 +02:00
Usha Mandya 3abac53c65
Merge pull request #11416 from usha-mandya/node-js-patch
Add get started docs for Node.js
2020-09-25 13:02:27 +01:00