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
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
a463d3290f
use primary-btn instead of outline-btn
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-13 16:34:01 +02: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
a-dpq
be8e82e234
Update 02_our_app.md
...
A lot of exclamation points were used in this text. I've removed them where they don't seem to add any important emphasis.
2021-04-10 23:03:03 +02:00
Dan Bolser
2f8673d6d8
Update 08_using_compose.md
2021-04-07 12:52:00 +01:00
Dan Bolser
6fad2f7dc7
Update 05_persisting_data.md
...
Grab a ubuntu image? Sounds wrong.
2021-03-31 20:59:38 +01:00
Bunyamin Shabanov
c15bac6288
Update documentation ( #12362 )
...
* Update documentation
Update documentation due to changes in https://github.com/docker/getting-started/pull/104
* fix(dockerfile): made one file content
2021-03-18 16:37:39 +00:00
Usha Mandya
c54b66f2a7
Merge pull request #12307 from serpent5/patch-1
...
Fix a minor typo and inconsistencies
2021-03-18 16:06:42 +00:00
Victor Moraes
98f5a4e761
update 07_multi_container.md: add -u root to mysql
...
user login didnt work, so it's needed to specify user: root:secret.
docker exec -it <mysql-container-id> mysql -u root -p
2021-03-15 12:29:29 -03: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
4bf9708018
Merge pull request #12355 from david-szabo97/patch-2
...
Node.js guide: Fix syntax highlighting
2021-03-05 14:31:12 +00:00
Usha Mandya
db7743fed4
Merge pull request #12350 from adriancuadrado/patch-1
...
Fixed short and long links
2021-02-19 11:36:06 +00:00
Dávid Szabó
0e8734a4d2
Fix volume mismatch
2021-02-18 22:28:26 +01:00
Dávid Szabó
15bdb766b6
Fix syntax highlighting
2021-02-18 22:27:57 +01:00
Dávid Szabó
ab9ee94657
Fix syntax highlighting
2021-02-18 22:27:33 +01:00
adriancuadrado
f454b3cf70
Fixed short and long links
2021-02-18 11:51:32 +01:00
Usha Mandya
41f746fb99
Merge pull request #12311 from Franz333/patch-1
...
Update 04_sharing_app.md
2021-02-17 15:21:42 +00:00
Usha Mandya
a5129c7c50
Minor style update
2021-02-17 15:18:02 +00:00
Artem Besedin
51866169ee
Update 07_multi_container.md
...
Fix markup in line 168.
Add forgotten curly brace
2021-02-16 14:54:22 +04:00
François Duroy
ef04e891bf
Update 04_sharing_app.md
...
Changed the URL leading to Play With Docker so it's more straightforward. Had to search a bit before finding the right page.
2021-02-11 16:13:10 +00:00
Kirk Larkin
f4c0e477e6
Fix a minor typo and inconsistencies
2021-02-11 13:59:58 +00:00
Usha Mandya
856c5e871e
Fix broken links
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-09 12:46:39 +00:00
Usha Mandya
0148c0b0ff
Merge pull request #12230 from usha-mandya/get-started-updates
...
Get started docs improvements
2021-02-05 15:49:51 +00:00
Usha Mandya
04e1f2dffc
Fix typo
2021-02-04 15:14:23 +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
Justin Cormack
6ffd560df7
Clean up the overview
...
Make it smaller and simpler and remove extraneous details.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2021-02-04 12:15:30 +00:00
Usha Mandya
60624cfb4a
Fix indentation, broken links
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-02 16:44:47 +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
8f0849616c
Add a new online course by EltonS
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-22 12:30:43 +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
Sebastiaan van Stijn
6e02fc209a
Merge pull request #11989 from akhileshagarwal/patch-1
...
Update develop.md
2021-01-05 14:39:09 +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
fbad753973
Merge pull request #11980 from desmond-silveira/patch-1
...
Fix formatting of text and code blocks.
2021-01-05 13:04:58 +01:00
Sebastiaan van Stijn
c22eff4998
Merge pull request #12011 from JYBian/patch-3
...
Update 08_using_compose.md
2021-01-05 12:56:11 +01:00
Sebastiaan van Stijn
27d4a85b1b
Merge pull request #12038 from sgpinkus/patch-1
...
Update swarm-deploy.md
2021-01-05 12:54:26 +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
Sebastiaan van Stijn
d11ce5aa69
Merge pull request #11960 from sudo-bmitch/pr-fix-11955
...
Fixing broken get-started links
2021-01-05 12:38:07 +01:00
Sebastiaan van Stijn
de85d25c91
Merge pull request #11947 from GuillaumeOj/fix-docker-compose
...
Remove hl_lines in Get-started > Docker compose
2021-01-05 12:12:29 +01:00
Wesley A. Cheng
23619941cf
Missing code block in documentation
2021-01-05 01:34:47 -08:00
sgpinkus
f69a6c6ae8
Update swarm-deploy.md
...
Add a link to (what appears to be) the root of the "swarm mode" documentation.
2021-01-05 17:02:24 +11:00
Junyu Bian
8dc683bb21
Update 08_using_compose.md
...
make the warning formatting clearer
2020-12-29 19:46:52 +08:00
Akhilesh Agarwal
3420e0bce0
Update develop.md
...
In docker-compose.dev.yml, DATABASE_CONNECTIONSTRING is used as a database URL whereas, in the code, CONNECTIONSTRING is being used. Hence, updating the string in docker-compose.dev.yml file.
2020-12-26 21:50:57 +01:00
Desmond Silveira
e5b4fbed69
Fix formatting of text and code blocks.
2020-12-24 13:19:55 -08: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
Guillaume
ed58f5f7df
Remove hl_lines in Get-started > Docker compose
2020-12-20 12:30:08 +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
Stefan Scherer
d0ada682cc
Merge pull request #11770 from StefanScherer/fix-nodejs
...
Add missing chapter to nodejs example
2020-12-18 17:51:48 +01:00
Stefan Scherer
0e2db256f8
Update get-started/nodejs/develop.md
...
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-18 17:27:50 +01:00
Stefan Scherer
b923b23cda
Update get-started/nodejs/develop.md
...
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-18 17:27:23 +01:00
Stefan Scherer
f555a16653
Update get-started/nodejs/develop.md
...
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-18 17:27:16 +01:00
Stefan Scherer
db293a4325
Update get-started/nodejs/develop.md
...
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-18 17:27:06 +01:00
Ben De St Paer-Gotch
23dfb9c9f7
Fixing various typos
2020-12-18 10:41:28 +00:00
Stefan Scherer
066b260d7b
Add missing chapter to nodejs example
...
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-12-18 10:54:17 +01:00
Ben De St Paer-Gotch
838930ad96
Adding general docker getting started to docs
2020-12-02 13:08:51 +00:00
Usha Mandya
b95a8a6134
Merge pull request #11804 from gibbok/patch-1
...
Update content for complete Dockerfile as mentioned in the previous step
2020-11-30 11:44:36 +00:00
GibboK
69371182e2
Update build-images.md
...
Update content for complete Dockerfile as mentioned in the previous step
2020-11-27 12:00:27 +01:00
Usha Mandya
d5ae097c67
Update get started toc
2020-11-24 19:33:48 +00:00
Usha Mandya
f6ebc084ec
Merge pull request #11735 from thaJeztah/fix_redirect
...
Fix redirect for /engine/tutorials/dockerrepos/
2020-11-12 15:24:34 +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
Dharmjeet Kumar
93a91c7ff5
Corrected Indentation in docker-compose.dev.yml
...
It didn't use the volumes as parameter, instead it defined a service called volumes and services don't have a parameter called mongodb. Corrected indentation in yml file
2020-11-09 22:56:00 +05:30
Sebastiaan van Stijn
bec50329b9
Fix links not having a trailing /
...
This avoids resulting in a redirect to the URL with /
Found these using `href="[^#][^#"]+[^/]"`
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-13 12:06:06 +02:00
Sebastiaan van Stijn
ac9a25c8e3
get started: update link title for accessibility
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-13 12:04:42 +02: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
PjAkash
c5676280fe
Fixed error 'docker run' to 'docker build'
2020-10-01 19:36:14 +05:30
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
Usha Mandya
245a3305d0
- Add a link to Node.js section from part-1 for cross-reference
...
- Updated the Guides tab to open to the Get started page, instead of Develop with Docker.
- Moved Docker overview as the first entry in the Guides toc.
2020-09-24 22:44:16 +01:00
Usha Mandya
ba806ea3a2
Add get started docs for NodeJS
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-09-24 14:27:37 +01:00
Chris Crone
49c589d9d6
Add engine 19.03.13 release notes ( #11395 )
...
* Add engine 19.03.13 release notes
Signed-off-by: Chris Crone <christopher.crone@docker.com>
* Minor style updates
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-18 11:07:32 +01:00
Usha Mandya
9db3e72fb1
Update Desktop onboarding docs
2020-08-19 15:56:09 +01:00
Usha Mandya
01779db076
Add updated discount code
2020-08-05 16:53:18 +01:00
Usha Mandya
4bfa1f2b3b
Removed outdated discount code
...
Removed the webdoc40 code which was no longer valid, added a new book from EltonS to the list, updated headings to match existing style
2020-07-27 14:29:30 +01:00
Sebastiaan van Stijn
a1d3215534
Add engine 19.03.12 release notes
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-20 12:58:18 +02:00
Usha Mandya
675bdedd1f
Add info about the Expose command ( #11137 )
2020-07-15 12:36:51 +02:00
Ben De St Paer-Gotch
ed36dbe49d
Adding in Cloud steps to tutorial ( #11131 )
...
* Adding in Cloud steps to tutorial
Adding in bullet points referencing how to get started with the cloud in the tutorial and linking to current best blog posts
* Update part2.md
2020-07-13 12:33:59 +01:00
Usha Mandya
fdfefa0cda
Embed video tutorials within docs
2020-07-03 15:59:51 +01:00
Sebastiaan van Stijn
2b4833a355
Remove some references to enterprise products
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-02 23:36:48 +02:00
Usha Mandya
cf3c9ab3e9
Minor update to get started intro ( #10953 )
2020-06-03 19:52:12 +01:00
Usha Mandya
d23366a7c7
Add link to get started video
2020-06-03 19:14:56 +01:00
Usha Mandya
ba08845b64
Improvise get started docs
2020-05-21 18:33:04 +01:00
Timothy Aaron
d511f2065b
Fix explanation of `rm --force`
...
`--force` in `rm --force` claimed to remove the container (which `rm` obviously does). `--force` allows a container to be removed even if it's still running.
2020-05-14 13:36:59 -05:00
何锦余
9e5ed34328
fix: fix link url error. ( #10702 )
...
If in page https://docs.docker.com/get-started/part2/ or https://docs.docker.com/get-started/part3/ , the link url make an error.
2020-04-28 09:18:29 +01:00
ajay143444
fdc7e5bfd4
replaced based off of with based on ( #10684 )
...
replaced based off of with based on
2020-04-24 09:02:50 +01: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
ajay143444
523fe77111
changed line 214 for better understanding ( #10610 )
...
changed line 214 for better understanding
2020-04-09 07:45:03 +01:00
Sebastiaan van Stijn
d813acb6e1
Engine: reorganize install topic
...
- Move getting started overview to /get-started/overview/
- Move engine installation files under /engine/
- Redirect the top-level /install/ to /get-docker/
- Updated titles in left-hand navigation
- Added back some pages to the navigation that were
currently not included.
- Reduce some steps in the installation pages
- Move devicemapper prerequisites to the devicemapper
storage driver page.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 10:50:28 +02:00
hhchou
d90d0a47c7
Update part2.md ( #10457 )
...
Updated the dockerfile comments consistent with ending period marks.
2020-03-31 15:47:51 +01:00
Justin Cormack
ff0f496f4a
Use original short forms of Docker commands
...
The long forms of Docker commands have not caught on. I don't think we
should continue to encourage their use especially in the get started
guide. There is no evidence from online searches that anyone is really
using them. They are overly pedantic and verbose.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2020-03-23 10:58:11 +00:00
Usha Mandya
942fcb15cf
fix hyperlinks and review comments
2020-02-18 12:18:07 +00:00
Usha Mandya
658092ce1f
update ordered lists to fix yaml formatting issues
2020-02-17 15:49:52 +00:00
Usha Mandya
72fd8b33c9
fix yaml formatting
2020-02-17 13:11:34 +00:00
Usha Mandya
1c21115688
Merge pull request #10302 from iwpnd/master
...
fixed formatting in swarm-deploy.md
2020-02-17 11:33:17 +00:00
Ben
0f9158f540
fixed formatting in swarm-deploy.md
...
- fixed formatting in section "Describe apps using stack files" to properly show code section and quote
2020-02-16 14:22:06 +01:00
shunwen
292a8bc04a
Fix mismatch port number describing `EXPOSE 8080`
2020-02-16 20:12:11 +08: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
Jenny Burcio
72eec05dcc
Update resources.md ( #10190 )
...
Update resources shared
2020-01-24 10:15:58 +00:00
Dawn W Docker
ea99feed74
updating text to reflect new content architecture
2019-12-11 15:36:08 -08:00
ingmargoudt
a20782e2d0
fix Kuberentes typo
...
Kubernetes was wrongly typed as Kuberentes
2019-12-10 19:02:25 +01:00
Bill Mills
06c7f18df8
migrating from docs-private ( #9974 )
2019-12-09 10:01:02 +00:00
Dave
baf6d807dd
Fixed typo ( #9936 )
...
lets -> let's
2019-11-25 13:19:21 -08:00
Dawn-Docker
3c54d2ff9c
Update toc ( #9819 )
2019-11-08 08:13:40 -08:00
Delly Fofie
72907a6589
Update part2.md
...
Link to the git-scm download page is now updated, It is a simple markdown syntax fix.
2019-11-04 10:51:53 +01:00
lena-larionova
6e0fd0369d
Smaller image for getting started guide ( #9685 )
...
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-10-21 09:02:54 -07:00
Dawn-Docker
9eec718309
Gs resources ( #9682 )
...
adding resources content to get started
2019-10-18 10:22:56 -07:00
lena-larionova
ae2a3de049
Replaced intro image with a less stretched version ( #9671 )
...
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-10-17 11:44:09 -07:00
Dawn-Docker
c79ca7dc2b
adding redirect and fixing typo in part 5 ( #9623 )
...
* adding redirect
* fixed repo name
* removed part6.md
2019-10-11 11:51:17 -07:00
Dawn-Docker
5bddf49a1a
Get started updates ( #9608 )
...
* first pass at gs pt 1
* suggestions from Dawn
* unbreak tabs
* get started part 2 refresh
* comments from Dawn and Adrian
* draft of kube get started
* first draft of swarm demo for gs
* saving some updates...
* first draft docker hub section
* comments from Dawn
* comments from Dawn
* comments from Dawn
* comments from Dawn
* gsu frontmatter
* removed toc entry for get started part 6 and changed toc titles for the rest of get started topics
* addressing Adrian's feedback
* fixing top nav buttons
2019-10-09 16:15:00 -07:00
Steve Nester
a279b2dd24
"is" to "are" ( #9564 )
...
The subject is of the form X and Y, therefore "are" is the correct verb.
2019-10-04 14:11:33 -07:00
Usha Mandya
964d125ab2
Revert "Added build command explanation" ( #9298 )
2019-08-23 11:09:54 +01:00
Dawn W
1f35c9dbfe
Merge pull request #8975 from mohamedanees6/patch-1
...
Added build command explanation
2019-08-22 15:15:16 -07:00
Oliver Schihin
700f7b81ee
Update part2.md ( #9067 )
...
* Update part2.md
so other's dont stumble and fall ...
* style updates
2019-08-19 15:29:22 +01:00
Sibu Thomas Mathew
de1612f14b
Pip fails due to MTU mismatch ( #9249 )
...
update getting started to fix MTU mismatch
2019-08-16 11:18:54 +01:00
ollypom
c39ba281fd
Synced Docs Public Master with Docs Private Master
2019-07-19 11:02:28 +00:00
Yegor
3ac68e1271
Fixed typo and added port number ( #8850 )
...
* Fixed typo and added port number
Lost couple minutes figuring out on which port is app running on vm-s. So I think it would be nice to add port number in description or change picture a little.
* Update part4.md
standardizing formatting
2019-07-16 16:08:54 -07:00
brightworks
396f4198bc
Update part2.md ( #8604 )
...
LGTM, thanks!
2019-07-12 14:17:06 -07:00
Jakob Krigovsky
2fad6265d2
Fix spelling of “DigitalOcean” ( #8938 )
...
Thanks for helping with this as well!
2019-07-10 15:07:59 -07:00
ollypom
9bafc04bcc
Fixed Conflict
2019-07-08 17:00:49 +00:00
Sajad Torkamani
62e57571dc
Fix typo
2019-07-01 13:00:23 +01:00
Sajad Torkamani
fb98aae971
Fix typo
2019-07-01 11:25:31 +01:00
Mohamed Anees
36218d2942
Added build command explanation
...
Added clear definition following the stackoverflow question which has more than 1 lakh views, which means many people get confused to run the command correctly.
https://stackoverflow.com/questions/28996907/docker-build-requires-1-argument-see-docker-build-help
2019-06-23 15:23:20 +05:30
Dawn W Docker
ceac042836
branding changes
...
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-11 14:30:52 -07:00
Ron DeMena
aac5c21d46
Updated Windows Release that supports Kubernetes
...
Changed from old outdated Edge release to reflect use of a stable release. Kubernetes page actually reflects this version as well (so its an error on this page only).
2019-05-02 22:28:01 -04:00
Yoju LEE
1662ab4867
typo fix
...
friendlyname -> friendlyhello
2019-04-02 20:42:20 +02:00