新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM alpine:3.12
|
||||
|
||||
RUN apk add --no-cache \
|
||||
curl
|
||||
|
||||
ENV WEB_PING_URL="http://web-ping-api:8080/archive"
|
||||
|
||||
CMD curl -s $WEB_PING_URL
|
||||
Reference in New Issue
Block a user