cli
cli copied to clipboard
How to pass parameters to push and run Docker images
Hi,
I went through the documentation. However i could not find how to pass to pass parameters to run Dockee image like -p or -e.
Is it possible to use them along with CF PUSH ?
Hello,
Docker images can be pushed using the cf push command. Please refer this for details.
However i am unable to get clarity on how to pass arguments
Hello @viju2008
Have you been able to figure out how to pass parameters with cf push?
I want to create a redis container with some params : Docker - d redis - p 6379:6379 - - requirepass mysecurepwd