cli icon indicating copy to clipboard operation
cli copied to clipboard

How to pass parameters to push and run Docker images

Open viju2008 opened this issue 4 years ago • 3 comments

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 ?

viju2008 avatar Oct 14 '21 09:10 viju2008

Hello,

Docker images can be pushed using the cf push command. Please refer this for details.

gururajsh avatar Feb 08 '22 22:02 gururajsh

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

viju2008 avatar Mar 29 '22 17:03 viju2008

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

acuppoor avatar Aug 31 '22 16:08 acuppoor