You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mysql image doesn't have the same tools it used to have in my videos. Replace with the official mariadb image in the lectures and code. mariadb is a MySQL fork and should be a plug-and-play replacement.
Getting a shell inside containers uses a MySQL image for various commands, or replace with video showing microdnf update && microdnf install -y procps to support ps aux
compose-sample-1/compose-2.yml
compose-sample-1/compose-3.yml (replace percona with updated solution)
there may be more. I mention MySQL a lot in the course.
The
mysql
image doesn't have the same tools it used to have in my videos. Replace with the officialmariadb
image in the lectures and code.mariadb
is a MySQL fork and should be a plug-and-play replacement.https://hub.docker.com/_/mariadb
Lecture's to replace or precede with info
microdnf update && microdnf install -y procps
to supportps aux
compose-sample-1/compose-2.yml
compose-sample-1/compose-3.yml
(replace percona with updated solution)Original Q&A (one of many)
The text was updated successfully, but these errors were encountered: