This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
vault-sidekick/Dockerfile
Rohith 3165c564a7 - fixing up the dockerfile
- adding the k8s demo services
2015-09-23 17:37:12 +01:00

7 lines
132 B
Docker

FROM alpine:latest
MAINTAINER Rohith <gambol99@gmail.com>
ADD bin/vault-sidekick /vault-sidekick
ENTRYPOINT [ "/vault-sidekick" ]