Building from the ground up, our first Dockerfile: Save this snippet as Dockerfile: FROM alpine:latest ENV name Docker Developers ENTRYPOINT echo "Hello, $name!" In Bash or Powershell: docker build .