a container which is pushable to CF and contains the cf CLI
786
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"]
Content type
Image
Digest
Size
72.7 MB
Last updated
almost 8 years ago
docker pull pasnsxt/app-with-cf-cli