Windows: Docker
Follow these steps to setup Runops proxy mode on Windows using
Docker:
- Download and Install nodejs
- Install Runops CLI:
plain textnpm install -g runops
- Login to Runops
plain textrunops login
- Download and install Docker
- Run the proxy
plain textdocker run -p 3307:3307 -v C:\.runops:/root/.runops --rm -it runops/rproxy mysql -c rproxy-eks
- 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.