Microgateway Docker set up is failing

I have followed the steps in this link

https://apigee.com/about/blog/api-technology/running-apigee-edge-microgateway-docker-container

In the final step

docker run --env-file ./--env.list -p 8000:8000 -v :/root/.edgemicro -d -t ndietz/emgw

docker run --env-file C:\Users_nairr.edgemicro\rahulnair-eval-test-env.list -p 8000:8000 -v C:\Users_nairr.edgemicro:/root/.edgemicro -d -t ndietz/emgw

I am getting the below error

docker: Error response from daemon: invalid mode: /root/.edgemicro.. I tried in CMD and Windows powershell, i am getting the same error

@srinandans could you please check

Please follow these instructions:

For k8s: https://github.com/apigee-internal/microgateway/tree/master/kubernetes

For docker: https://github.com/apigee-internal/microgateway/tree/master/kubernetes/docker/edgemicro

@srinandans the link you shared for Docker also has Kubernetes, do i need the same to run the Microgateway in Docker container

The second is link is for Docker only.

My configuration file is not copied to the Docker container, it says Base 64 input is incorrect

please base64 encode it twice. the output of one base64 as input to base64 the second time.