logo

windows-docker

Windows: Docker

Follow these steps to setup Runops proxy mode on Windows using Docker:
  1. Download and Install nodejs
  1. Install Runops CLI:
plain text
npm install -g runops
  1. Login to Runops
plain text
runops login
  1. Download and install Docker
  1. Run the proxy
plain text
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.