Commit Graph

29 Commits

Author SHA1 Message Date
David Karlsson aee91fdaba get-started: update port mapping examples
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-06-07 13:35:07 +02:00
Lucas Kuhn 94ec4a55e2
Update 07_multi_container.md (#17200)
Typo - Removes extra close parenthesis
2023-04-28 08:56:21 -07: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 bc511bd942
Update get started part 7 (#16821)
* Update get started part 7
2023-03-06 07:44:33 -08:00
Chris Chinchilla ffd2a8d680 Edits 2023-03-01 14:02:00 +01:00
Craig Osterhout 4de75afb97
update/remove DD screenshots (#16270) 2022-12-05 08:38:10 +00: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
mohamed-iyed e376512aca
Update 07_multi_container.md (#16065) 2022-11-03 11:30:40 +00:00
Craig Osterhout 8ebd41f2f6
add nav buttons and fix title (#15890) 2022-10-20 09:46:57 -07: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 9a1cb6561c fix for issue 14686 and 12662
Signed-off-by: craig-osterhout <craig.osterhout@docker.com>
2022-05-11 11:11:16 -07: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
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
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
rolyli 5bf13c7380 Fix code block not being highlightable in the guide 2021-09-14 01:04:15 +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
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 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
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
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
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 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
Wesley A. Cheng 23619941cf
Missing code block in documentation 2021-01-05 01:34:47 -08:00
Ben De St Paer-Gotch 23dfb9c9f7 Fixing various typos 2020-12-18 10:41:28 +00:00
Ben De St Paer-Gotch 838930ad96 Adding general docker getting started to docs 2020-12-02 13:08:51 +00:00