A lightweight utility for managing MySQL Docker containers via Node.js. Current stable version is 4.0.4, released with low frequency. It simplifies common Docker operations like running, starting, stopping, removing, and viewing logs for MySQL containers. Key differentiator is its simple API and error handling via callback. Requires Docker installed and the 'docker' command available in PATH.
npm install adocker-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a MySQL container manager and run start/stop/remove lifecycle commands.
Install Docker and ensure 'docker' is in your system PATH.
Provide an onError callback to handle errors gracefully, or wrap calls in try-catch.
npm install adocker-mysql --save
Install Docker and add it to your PATH.
No dependency data recorded yet.