Nice and simple. Let's build a Docker image with it that runs it. Here's the Dockerfile. FROM alpine COPY bash-script.sh . RUN ./bash ...
確定! 回上一頁