dip icon indicating copy to clipboard operation
dip copied to clipboard

The dip is a CLI dev–tool that provides native-like interaction with a Dockerized application.

Results 16 dip issues
Sort by recently updated
recently updated
newest added

I've been using `dip` for a few weeks in my pursuit of doing Rails development inside of Docker (so that I don't have to install nodejs directly on my host)....

enhancement

I'd like to have my description strings be able to access environment variables. I'd also like to be able to set my other variables, like my database name. Use case....

enhancement

# Context While trying to reproduce and understand #124 I ran the test on my host and got errors. This will fix those errors as the test won't be bound...

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

**Describe the bug** Not really a bug, more of a feature request Allow dip to `dip install` the newest files needed for dip to run and manage itself: A simpler...

enhancement

Hey all, First, thank you for building this helpful tool that makes my life a bit easier. Second, my apologies for asking this question as Github issue - I didn't...

enhancement

As far as I can tell, the only way to ignore an environment variable within dip is to add it to the `DIP_EARLY_ENV` environment variable. This is a reasonable heuristic...

enhancement

**Describe the bug** Currently only `.yml` is supported, e.g. `dip.yml` and not `dip.yaml`. **To Reproduce** 1. Install Dip 2. Use any `dip.yaml` configuration, including the default but renamed to `dip.yml`....

enhancement

# Context Want to make easier to start using dip for not well experienced with Docker developers. # What's inside - [x] Added Ruby gem generator - [ ] Added...

enhancement

Hello! Please add ability to mount /etc/nginx/proxy.conf for adding custom settings as here https://github.com/jwilder/nginx-proxy#proxy-wide

enhancement