I went into the WordPress container's filesystem...saw the themes and plugins I had installed. Why might these all be local to my WordPress installation, and not being stored in my MySQL database?
The database is where your *settings* for your themes and plugins are stored, and then your database (and as possibly instructed via edits made in wp-config) also tells WordPress where your theme/plugin files are actually located (where you saw them).