phpstorm with x2go docker server
1.5K
docker-compose.yml example:
version: '2'
services:
phpstorm:
build:
context: ./phpstorm
image: vrgfa/docker-x2go-phpstorm
ports:
- "2224:22"
environment:
- SSH_PASSWORD=phpstorm
volumes:
- /var/www/html:/var/www/html
ssh: docker@host:2224 , password: as specified with SSH_PASSWORD
use the generated ssh private key that is printed on start and can be viewed later with docker logs
In x2go client use "Single application" as session type and type "phpstorm" as command
Content type
Image
Digest
Size
774.8 MB
Last updated
over 8 years ago
docker pull vrgfa/docker-x2go-phpstorm