Quick grammar fix: run -> runs
Set the mysql server to use the root password as used in the Flask application
Changed checking the MySQL server from using `docker run` to `docker exec` since you want to log in to the existing mysql container. Added the password as set by the previous `docker run` command.
Changed @app.route to `initdb`, the path used in later parts of the tutorial.
(cherry picked from commit 473930c972)
* Reorganize sections for variable substitution and document .env file path change for `1.28`
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
* Minor style edits
* Minor style edits
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Fixed the codeblock in cli_command.md
* Add a prompt to ensure the command is selectable
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Combine Windows install pages
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
* Apply suggestions from code review
Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
* Apply suggestions from code review
Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
* Some more minor updates to improve readability
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
* Update M1 page to include details on the new RC
Signed-off-by: David Scott <dave.scott@docker.com>
* Update docker-for-mac/apple-m1.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Update docker-for-mac/apple-m1.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Update docker-for-mac/apple-m1.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Update docker-for-mac/apple-m1.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Update docker-for-mac/apple-m1.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Use "Apple Silicon" rather than "M1"
Since "Apple Silicon" refers to the current "M1" chips and future chips.
Signed-off-by: David Scott <dave.scott@docker.com>
* Add note about the Apple Silicon RC being an RC
Also use a consistent description inside the link to docker/for-mac.
Signed-off-by: David Scott <dave.scott@docker.com>
* Delete the link and description of the old Apple Silicon build
Signed-off-by: David Scott <dave.scott@docker.com>
* Update the "Feedback" section at the bottom of the Apple Silicon page
Signed-off-by: David Scott <dave.scott@docker.com>
* More Apple Silicon suggestions from Stephen
Signed-off-by: David Scott <dave.scott@docker.com>
* Update Apple Silicon RC build to include new compose CLI
Signed-off-by: David Scott <dave.scott@docker.com>
* Don't mention virtualization.framework twice
Signed-off-by: David Scott <dave.scott@docker.com>
* Remove "hopeful" language to avoid making what seem like promises
Signed-off-by: David Scott <dave.scott@docker.com>
* Minor style updates
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>