Files
php-curl-class/tests/dockerfiles/php72/run_interactive.sh
T
2018-07-29 00:14:56 -07:00

15 lines
350 B
Bash
Executable File

# Run image to create container and attach to it.
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
set -x
cd "${SCRIPT_DIR}/../../.."
project_dir="${PWD}"
docker run \
--interactive \
--mount "type=bind,src=${project_dir},dst=/data,readonly=true" \
--name="php72" \
--rm \
--tty \
"php-curl-class/php72" /bin/bash