PhpStorm in a container. This Dockerfile is considered generic, extend it to implement your organisation specificities (theme, plugins, formatting, macros...).
First pull the container.
docker pull jgautheron/phpstorm:9.0.2
Then run it!
docker run -it \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v $HOME/.WebIde90:/root/.WebIde90 \
-v $HOME/projects:/workspace \
--device /dev/snd \
-e DISPLAY=$DISPLAY \
jgautheron/phpstorm
Content type
Image
Digest
sha256:ad9ed4698…
Size
200.1 MB
Last updated
about 11 years ago
docker pull jgautheron/phpstorm