Muhammad Adnan Khan

Results 3 issues of Muhammad Adnan Khan

Mechfile config documentation required. 1. How to define multiple VMs 2. How to define VM Specs 3. How to define network settings.

Started pgbouncer container with below command `docker run -d -p 6432:5432 --name pgbouncer -v /var/log/pgbouncer:/var/log/pgbouncer -v /etc/pgbouncer/:/etc/pgbouncer -v /etc/pgbouncer/pgbouncer.ini:/etc/pgbouncer/pgbouncer.ini pgbouncer ` The container start and keeps running, when i tried...

Is there any way to remove a local plugin, as the Terraform Registry is now providing that provider, and it has a conflict with the local version? ``` $ m1-terraform-provider-helper...