Sign inSign up

governmentpaas/cf-cli

By governmentpaas

Updated 12 months ago

Container for running CloudFoundry client.

Image
2

10M+

governmentpaas/cf-cli repository overview

Container for running CloudFoundry client.

It includes some packages commonly used when deploying CF apps:

  • cf CLI
  • curl
  • unzip
  • git

It also includes some commonly-used cf plugins:

Build locally

$ cd cf-cli
$ docker build -t cf-cli .

Run

docker run -i -t cf-cli cf --version
docker run -i -t cf-cli curl --version
docker run -i -t cf-cli unzip -v
docker run -i -t cf-cli git --version

Tag summary

Content type

Image

Digest

sha256:0035c46ba

Size

70.7 MB

Last updated

about 1 year ago

docker pull governmentpaas/cf-cli