Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#!/bin/sh
cowsay Hallo


docker build (—no-cache) . -t demo:cow-script

docker run demo:cow-script '/root/say.sh'

...