Sign inSign up

vrgfa/docker-x2go-phpstorm

By vrgfa

•Updated over 8 years ago

phpstorm with x2go docker server

Image
0

1.5K

vrgfa/docker-x2go-phpstorm repository overview

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

⁠OR

use the generated ssh private key that is printed on start and can be viewed later with docker logs

⁠Usage

In x2go client use "Single application" as session type and type "phpstorm" as command

Tag summary

Content type

Image

Digest

Size

774.8 MB

Last updated

over 8 years ago

docker pull vrgfa/docker-x2go-phpstorm