mysql-clientインストールしたくないのでdockerでやるメモ 2020-06-24 Docker, Shell 12// .bash_profileとかに追記alias mysql='docker run -it --net host --rm mysql mysql'