This PR adds a Dockerfile to containerize the cmd/sql-proxy-client binary. It's similar to what we have done in our CLI repository: https://github.com/planetscale/cli/pull/289
Here is an example to run the container and publish the proxy on host address 127.0.0.1:3306:
This PR adds a Dockerfile to containerize the
cmd/sql-proxy-client
binary. It's similar to what we have done in our CLI repository: https://github.com/planetscale/cli/pull/289Here is an example to run the container and publish the proxy on host address
127.0.0.1:3306: