Sign inSign up

pasnsxt/app-with-cf-cli

By pasnsxt

•Updated almost 8 years ago

a container which is pushable to CF and contains the cf CLI

Image
0

786

pasnsxt/app-with-cf-cli repository overview

Dockerfile:

FROM ubuntu

RUN apt-get update && apt-get install -y netcat-openbsd iproute2 curl

RUN curl -L "https://cli.run.pivotal.io/stable?release=linux64-binary&source=github" | tar -zx && \
  chmod +x cf && \
  mv cf /usr/bin/cf

EXPOSE 8080
CMD ["nc", "-l", "8080", "-k"]

Tag summary

Content type

Image

Digest

Size

72.7 MB

Last updated

almost 8 years ago

docker pull pasnsxt/app-with-cf-cli