In the next lecture, we'll spin up a MySQL container, but the official MySQL image has now removed commands like ps and apt-get.

MySQL has multiple variants, though, that we can use (spin-off projects that are MySQL compatible).

MariaDB is a great alternative and even supports MySQL-specific environment variables.

So, just change the mysql image name in commands to mariadb and everything should work in this course!