Docker Image with PhpStorm IDE https://www.jetbrains.com/phpstorm/
596
This docker image allows you to run Run Offline Inspections from PhpStorm using inspect.sh.
You will need a valid key to use this tool. Key could be created during standard EAP evaluation process.
| OS | Path |
|---|---|
| OS X | ~/Library/Preferences/PhpStorm2016.1/eval/PhpStorm11.evaluation.key |
| Linux | ~/.PhpStorm2016.1/config/eval/PhpStorm11.evaluation.key |
To make it work in default configuration you should have default profile available at ./.idea/inspectionProfiles/Project_Default.xml.
$ docker \
run \
--rm \
--tty \
--interactive \
--volume ~/Library/Preferences/PhpStorm2016.1/eval:/root/.PhpStorm2016.1/config/eval \
--volume `pwd`:/project \
alexanderilyin/docker-phpstorm:2016.1
$ docker \
run \
--rm \
--tty \
--interactive \
--volume ~/Library/Preferences/PhpStorm2016.1/eval:/root/.PhpStorm2016.1/config/eval \
--volume `pwd`:/project \
alexanderilyin/docker-phpstorm:2016.1 \
/project \
/project/.idea/inspectionProfiles/Project_Default.xml \
/project/output \
-d /project \
-v2 \
-profileName "Project Default" \
-profilePath /project/.idea/inspectionProfiles/Project_Default.xml
$ find ./output
./output
./output/.descriptions.xml
./output/SpellCheckingInspection.xml
Content type
Image
Digest
Size
416.2 MB
Last updated
about 10 years ago
docker pull alexanderilyin/docker-phpstorm