run.sh 119 B

123456
  1. #!/bin/bash
  2. IMAGE="$1"
  3. DIR="/var/www/html/hello-world"
  4. docker run -it --rm -v $PWD:$DIR -w $DIR $IMAGE php index.php