Commit Graph

17 Commits

Author SHA1 Message Date
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