Docker Tip #88: Switching MySQL to MariaDB for ARM 64 (M1) Support

Опубликовано: 04 Октябрь 2024
на канале: Nick Janetakis
3,003
46

Pick a dynamic image in Docker Compose by using an environment variable.

Hit the subscribe button to receive more videos like this!

REFERENCE LINKS
---------------------------------------------------
► https://nickjanetakis.com/blog/docker...

COURSES
---------------------------------------------------
Courses I've created that focus on web dev and deployment topics.

► https://nickjanetakis.com/courses/

THE TOOLS I USE / GEAR
---------------------------------------------------
► https://nickjanetakis.com/blog/the-to...

FOLLOW ME ELSEWHERE
---------------------------------------------------
► Twitter:   / nickjanetakis  
► GitHub: https://github.com/nickjj

TIMESTAMPS
---------------------------------------------------
0:00 -- Intro
1:03 -- Dynamically selecting the image through an environment variable
2:05 -- Running the Docker Compose project with mysql
2:42 -- Switching to mariadb by changing an environment variable
3:48 -- You can use this pattern for other Docker images too