株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

cat Dockerfile                              15:26:32
FROM alpine:3.7
RUN apk update
RUN apk add curl
CMD curl -s -X POST -H 'Content-Type: application/json' -d '{"text":"hello!"}' https://hooks.slack
.com/services/TMGL7M997/B01NLKW8AFJ/xxxxxxxxxxxxxxxxx -o /dev/null

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)