Skip to main content

Windows: Docker

Follow these steps to setup Runops proxy mode on Windows using Docker:

  1. Download and Install nodejs
  2. Install Runops CLI:
npm install -g runops
  1. Login to Runops
runops login
  1. Download and install Docker
  2. Run the proxy
docker run -p 3307:3307 -v C:\.runops:/root/.runops --rm -it runops/rproxy mysql -c rproxy-eks
  1. Open your database client and create a connection with the data:
  • Hostname: 127.0.0.1
  • Username: runops
  • Password: runops
  • Port: 5433

Repeat steps 3 and 5 to restart your connection. For security reasons Runops asks you to login again every few hours. Repeating these steps reestablishes your connection.