sudo docker exec
-i <CONTAINER_ID> mysqldump
-u <DATABASE_USERNAME>
-p --databases <DATABASE_NAME> > yourbackup.sql
Backup a MySQL database from within a Docker container
Simple command to backup a MySQL database from within a Docker container
See also...
How to expose your App to the DOM with Webpack
A quick trick to expose your app to the DOM when using Webpack
Creating an NPM package with TypeScript
I took to publishing a simple scroll animation library with TypeScript, here were my steps.
Docker/Docker compose cheatsheet
My most often forgotten docker commands