docker-machine-vmwareworkstation icon indicating copy to clipboard operation
docker-machine-vmwareworkstation copied to clipboard

about add parameter or environment variable "--engine-registry-mirror=my_url" problem

Open VAllens opened this issue 6 years ago • 0 comments

Hi, pecigonzalo.

Can I add some custom parameters (--engine-registry-mirror=my_url) after this sentence?

"${DOCKER_MACHINE}" create -d vmwareworkstation $PROXY_ENV "${VM}"

Samples

"${DOCKER_MACHINE}" create -d vmwareworkstation $PROXY_ENV "${VM}" --engine-registry-mirror=my_url

But I don't want to modify your start.sh code directly. I want to pass in external parameters. Do you have better suggestions?

Anyway, thank you so much.

VAllens avatar Apr 16 '18 03:04 VAllens