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