Commit Graph

465 Commits

Author SHA1 Message Date
David Karlsson d09cbcc1a4
Merge pull request #17425 from dvdksn/engine/swarm-note
swarm: add notes about swarm usage, and relation to compose
2023-05-31 17:33:31 +02:00
David Karlsson 5206d4853b engine: call out compose file format used by swarm
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-05-31 11:07:33 +02:00
David Karlsson 093181c9e1 engine: add note about swarm usage
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-05-31 11:01:43 +02:00
Anand Pabbineedi 158939d71a
Update 06_bind_mounts.md
There were some vocabulary errors in the above corrected (committed) changes.
2023-05-27 14:56:51 +05:30
artem d4d21dbda8
Need to correct commands for Windows users (PowerShell) in 06_bind_mounts.md (#17369)
* Correct quoting in PowerShell command in 06_bind_mounts.md

* Add and correct commands that use pwd variable for Windows users
2023-05-19 10:27:33 -07:00
David Karlsson 1dae157d81 restructure deployment and orchestration section
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-05-05 11:40:51 +02:00
Lucas Kuhn 94ec4a55e2
Update 07_multi_container.md (#17200)
Typo - Removes extra close parenthesis
2023-04-28 08:56:21 -07:00
Allie Sadler 7606327389
ENGDOCS-1316 (#17172)
* ENGDOCS-1316

* fix links and code review
2023-04-24 13:15:14 +01:00
craig-osterhout 8515030b54
update walkthrough 2023-04-18 10:32:29 -07:00
Craig Osterhout 94b22ef7b0
Merge pull request #17109 from craig-osterhout/fix-guide-typos
Fix typos in hands-on guide
2023-04-14 10:05:29 -07:00
craig-osterhout 39421e41d3
fix typos 2023-04-13 14:30:03 -07:00
David Karlsson 7bdcde7f1a
Merge pull request #17096 from dvdksn/ci/new-htmltest
ci: replace htmlproofer with wjdp/htmltest
2023-04-13 17:27:15 +02:00
Craig Osterhout 5cc58035b4
update part 5 (#17054) 2023-04-12 14:38:08 -07:00
David Karlsson 13696ba522 fix: badly formatted link
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-12 15:39:24 +02:00
Allie Sadler cb3c7b7088
ENGDOCS-1289 (#17083) 2023-04-11 13:17:19 +01:00
Pratyush Mohapatra d1e5fbfc17
Update 07_multi_container.md (#17044)
* Update 07_multi_container.md

Made it much more clearer as where the docker run command was being run this time.

In this article, the commands for setting up the to-do docker network, running the mysql container and finding its IP can be run from any CWD. 

However, the docker run command here needs to be specifically run from getting-started/app directory.

* Update 07_multi_container.md

Fix: Had added a space by accident. Fixed!
2023-04-05 11:39:51 -07:00
Craig Osterhout 2bb5109710
update walkthrough titles (#17000) 2023-03-29 07:03:44 -07:00
Shubham Kshetre 32d1e7a8f6
Improvements: Clarity of sentences (#16991)
* Improvement with clarity of sentences
2023-03-28 10:29:43 -07:00
Craig Osterhout 82cad78399
fix spacing in walkthrough (#16985) 2023-03-27 07:53:12 -07:00
Craig Osterhout f4258c0c1e
Add learning center walkthroughs (#16893)
* add learning center walkthroughs
2023-03-26 20:43:19 -07:00
Manuel Morejón 5cb86fa7d5
Update resources with two books (#16935)
* docs(resources): add two new books about containers

Signed-off-by: Manuel Morejon <manuel@mmorejon.io>

* docs(resources): use Jan for month

Signed-off-by: Manuel Morejon <manuel@mmorejon.io>

---------

Signed-off-by: Manuel Morejon <manuel@mmorejon.io>
2023-03-22 14:50:53 +00:00
Craig Osterhout bc511bd942
Update get started part 7 (#16821)
* Update get started part 7
2023-03-06 07:44:33 -08:00
Craig Osterhout 9a91ee7245
Add cli option to get started part 2 (#16807)
* add cli option to get start part 2
2023-03-02 08:52:11 -08:00
Chris Chinchilla 7eb37b0011
Merge pull request #16819 from docker/chrisward/get-started-tweaks
Small tweaks to get started guide
2023-03-01 18:14:42 +01:00
Chris Chinchilla 5f610a9961 Draft 2023-03-01 16:13:24 +01:00
Craig Osterhout 75a2468ce3
Update Docker architecture diagram (#16809)
* update arch diagram
2023-03-01 07:02:35 -08:00
Chris Chinchilla ffd2a8d680 Edits 2023-03-01 14:02:00 +01:00
Chris Chinchilla 5f613c757a Draft 2023-03-01 12:51:40 +01:00
Craig Osterhout 672a0c8e42
Merge pull request #16795 from craig-osterhout/get-start-4-update
Update get started part4
2023-02-28 07:00:03 -08:00
craig-osterhout ee6d69fe15
update get started part4 2023-02-27 16:13:48 -08:00
David Karlsson c0402932ca scout: add docs for docker scout hub and cli
- add: new docker scout section
- add: advanced image analysis
- add: scout artifactory integration
- add: image details view
- add: docker scout cli reference
- change: hub vulnerability scanning
- change: security best practices (previously /develop/scan-images)
- change: prune references to docker scan
- deprecate: docker scan
- remove: atomist section
2023-02-24 15:25:56 +01:00
Salim Djerbouh b35abe2a3d
Comply to convention (#16695)
As per [the docs](https://docs.docker.com/engine/reference/builder/#parser-directives:~:text=Convention%20is%20also%20to%20include%20a%20blank%20line%20following%20any%20parser%20directives.)
> Convention is also to include a blank line following any parser directives.
2023-02-09 15:25:26 +00:00
Allie Sadler 8e16fb9373
keywords (#16691) 2023-02-08 14:42:21 +00:00
githubERIK 9589931d27
Show k8s & swarm links in similar way (#16535)
Avoid showing k8s link as a button but swarm link as a regular link that is less visible.
2023-01-17 14:32:58 -08:00
Allie Sadler a37a50eb17
Dd4.16 content (#16497)
* add rosetta beta feature

* Change mac preferences to settings

* updates to the images view

* add info about quick search

* image fix

* image-fix

* Typo fix
2023-01-12 15:29:37 +00:00
Allie Sadler f956ab6552
Improve alt text on images (#16484) 2023-01-10 16:28:46 +00:00
David Karlsson 310dfbe856 feedback: improve getting started documentation on bind mounts
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-12-20 22:46:47 +01:00
Sebastiaan van Stijn 0a865b332f
get-started: add syntax directives to dockerfile examples
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-12-08 16:44:05 +01:00
Craig Osterhout 71f5322f46
Add syntax directive to get started Dockerfile (#16299)
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2022-12-08 16:39:53 +01:00
Craig Osterhout 4de75afb97
update/remove DD screenshots (#16270) 2022-12-05 08:38:10 +00:00
Allie Sadler b3d299f3ae
change screenshots to reflect new Design System (#16245) 2022-12-01 15:26:41 +00:00
xd b40a8effd4
Update 02_our_app.md
node:12-alpine -> node:18-alpine
2022-11-30 09:38:53 +08:00
Craig Osterhout 86b68642d3
Merge pull request #16219 from NitishKumar06/patch-1
Minor update in docker command for displaying logs
2022-11-29 11:44:32 -08:00
craig-osterhout fdc72f8a89
update get started app 2022-11-28 10:11:50 -08:00
Nitish Kumar f570c9d603
Minor update in docker command for displaying logs
Fix:#16194
2022-11-25 16:56:02 +05:30
Craig Osterhout c9a8f6505d
[Issue-16075] Update gui instructions (#16085)
* fix gui instuctions, remove outdated image
2022-11-09 14:34:52 -08:00
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