MySQL Client in Docker Provides a ubuntu shell with mysql client installed.
Accessed through $ mysql
in container shell
- Docker
- Make
- Clone source
$ git clone https://github.com/thackeraaron/MySQLDockerClient
- cd and build
$ cd MySQLDockerClient
$ make
You now have a container shell with mysql installed.
To reopen the shell, just cd
into MySQLDockerClient and run make run
To Build:
$ make build
To Run:
$ make run
To run both (Build & Run) (default):
$ make