Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 838 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 838 Bytes

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.