MySQLDockerClient/README.md at master · thackeraaron/MySQLDockerClient · GitHub
Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 596 Bytes

File metadata and controls

41 lines (33 loc) · 596 Bytes

MySQLDockerClient

MySQL Client in Docker Provides a ubuntu shell with mysql client installed.

Accessed through $ mysql in container shell

Requirements

  • Docker
  • Make

Usage

  1. Clone source
$ git clone https://github.com/thackeraaron/MySQLDockerClient
  1. 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

Docs

To Build:

$ make build

To Run:

$ make run

To run both (Build & Run) (default):

$ make