#!/bin/bash # show docker/whalesay image docker run --rm docker/whalesay cowsay "Hello M1 III 2021" # Interactive python shell docker run --rm -it python:3