/ide-in-docker

Run IDE in docker

Primary LanguageDockerfileMIT LicenseMIT

IDE in Docker

A script to run IDE in docker container (via x11docker)

+ docker images with GUI and development packages

Diagram

Usage

  1. Clone this repo or download the script
  2. See ./ide-in-docker --help

Connect to other containers

To connect to databases/queues/etc.

  1. Create a docker-compose.yaml and start it docker-compose up -d
  2. Find the network created by compose docker network ls
  3. Start the IDE container in the same network
    env DOCKER_OPTS='--network=my_compose_network' ./ide-in-docker ...

Create your docker image

See dockerfiles/ for examples.