A script to run IDE in docker container (via x11docker)
+ docker images with GUI and development packages
- Clone this repo or download the script
- See
./ide-in-docker --help
To connect to databases/queues/etc.
- Create a
docker-compose.yaml
and start itdocker-compose up -d
- Find the network created by compose
docker network ls
- Start the IDE container in the same network
env DOCKER_OPTS='--network=my_compose_network' ./ide-in-docker ...
See dockerfiles/
for examples.