Files
php-curl-class/tests/dockerfiles/php54/run_interactive.sh
T

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="php54" \
--rm \
--tty \
"php-curl-class/php54" /bin/bash