docker-machine-vmwareworkstation
docker-machine-vmwareworkstation copied to clipboard
about add parameter or environment variable "--engine-registry-mirror=my_url" problem
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?