mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
.. | ||
code.lua | ||
code.py | ||
docker-compose.yml | ||
Dockerfile | ||
README.md |
mysql-proxy
MySQL Proxy is an application that communicates over the network using the MySQL client/server protocol and provides communication between one or more MySQL servers and one or more MySQL clients.
# run docker container
$ docker-compose up -d
# view log in shell
$ journalctl -f CONTAINER_NAME=mysql-proxy
# view log in python
$ apt install python3-systemd
$ python3 code.py