Craig Osterhout
80d4f9a3f7
refresh get-started part 3 style and wording ( #16058 )
2022-11-07 15:44:44 -08:00
mohamed-iyed
e376512aca
Update 07_multi_container.md ( #16065 )
2022-11-03 11:30:40 +00:00
ZhaoqunZhong
dc25d40680
Update 06_bind_mounts.md ( #16060 )
2022-11-03 11:27:46 +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
f01d1bc739
[Issue 15934] Update get started dockerfile steps ( #15944 )
...
* update dockerfile steps
2022-10-21 14:24:10 -07:00
Craig Osterhout
8ebd41f2f6
add nav buttons and fix title ( #15890 )
2022-10-20 09:46:57 -07:00
Craig Osterhout
22c6f6c273
[Issue 13005] Add folder name for where to create Dockerfile ( #15891 )
...
* add app folder reference
* remove 'if you havent done so' wording
2022-10-18 07:37:43 -07:00
ltlombardi
b8097065bf
better wording
2022-09-30 08:26:52 +00:00
Kirill Khistyaev
2ceb39c6cc
Add command for ARM based chip. ( #15748 )
...
* Add command for ARM based chip.
There is an example of command for ARM at the beginning but the second command is missing it.
2022-09-29 10:21:24 -07:00
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