Sign inSign up

jgautheron/phpstorm

By jgautheron

Updated about 11 years ago

PhpStorm in a container.

Image
0

1.1K

jgautheron/phpstorm repository overview

PhpStorm

PhpStorm in a container. This Dockerfile is considered generic, extend it to implement your organisation specificities (theme, plugins, formatting, macros...).

How to use

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

Tag summary

Content type

Image

Digest

sha256:ad9ed4698

Size

200.1 MB

Last updated

about 11 years ago

docker pull jgautheron/phpstorm