dotdocker icon indicating copy to clipboard operation
dotdocker copied to clipboard

🐳 A utility to help setup a docker development environment with host based routing

Results 10 dotdocker issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** Catching and throwing a more user friendly error message informing the user that they...

enhancement

**Describe the bug** A clear and concise description of what the bug is. Seeing dinghy-http-proxy container failing with below on mac pro with M1 chip. Keeps on retrying but ends...

bug

The workflow validate.yml is referencing action actions/checkout using references v1. However this reference is missing the commit [a6747255bd19d7a757dbdda8c654a9f84db19839](https://github.com/actions/checkout/commits/a6747255bd19d7a757dbdda8c654a9f84db19839) which may contain fix to the some vulnerability. The vulnerability fix that...

The workflow release.yml is referencing action actions/checkout using references v1. However this reference is missing the commit [a6747255bd19d7a757dbdda8c654a9f84db19839](https://github.com/actions/checkout/commits/a6747255bd19d7a757dbdda8c654a9f84db19839) which may contain fix to the some vulnerability. The vulnerability fix that...

``` ❯ Start dotdocker containers ❯ Start proxy ↓ Pulling codekitchen/dinghy-http-proxy:latest [skipped] → Image already exists ✔ Creating dotdocker-proxy ✖ Starting dotdocker-proxy → Cannot read property 'match' of undefined ❯...

On some Ubuntu/Linux distros, there is an internal DNS server run by the system and usually `/etc/resolv.conf` is overwritten by other network management software. It would be nice to have...

documentation
enhancement
help wanted

`dotdocker ps` lists all of the hosts currently running

enhancement

**Describe the bug** dotdocker fails with resolution error during configuration on an Ubuntu 18.04 VM **To Reproduce** make sure `docker-proxy` is stopped by running `docker-proxy stop` `sudo systemctl stop systemd-resolved`...

bug

As @mkinney pointed out, the docs do not explain how the host based routing is configured for a container. The README should contain more information about how the routes is...

documentation
good first issue