01e9 / ide-in-docker

Run IDE in docker

Home Page:https://hub.docker.com/r/01e9/ide-in-docker/tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Run IDE in docker

https://hub.docker.com/r/01e9/ide-in-docker/tags

License:MIT License


Languages

Language:Dockerfile 57.8%Language:Shell 42.2%