k8s installer
This commit is contained in:
parent
225ec58243
commit
8af5e75966
5 changed files with 167 additions and 24 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM alpine
|
||||
RUN apk update && apk add bash curl
|
||||
workdir /app
|
||||
WORKDIR /app
|
||||
RUN curl -s https://i.jpillora.com/installer | bash
|
||||
EXPOSE 3003
|
||||
CMD /app/installer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue