warden icon indicating copy to clipboard operation
warden copied to clipboard

Warden is a CLI utility for orchestrating Docker based developer environments

Results 92 warden issues
Sort by recently updated
recently updated
newest added

This pull request allows developers to provide user-level and project-level customizations to Warden development environments. For example, if a developer wants to create a phpMyAdmin service for all environments, he...

I was trying to run `warden env up` on my local Mac book pro on Mojave (10.4.6) and getting the following error. It also showed that it successfully created php...

stale

Typically you should never need to run npm with sudo but I get permission errors when I do not use sudo with npm in the warden docker containers. I am...

stale

Hi! Could you point me at the right direction? I have Magento 2 project which is `app1`. I have Symfony project which is `app2`. Both `app1` and `app2` have API's,...

stale

The biggest hangup I am experiencing using warden is the time it takes to complete the initial synchronization. I have added the following to my .env file to help: `WARDEN_SYNC_IGNORE=vendor/**,var/**,pub/static/**`...

Recently I switched to a new MacBook M1, and since then I can't seem to send emails any more when using Warden. I've reduced it to this: ```bash $ warden...

Currently, the SQL history is cleared every time the environment is restarted. This issue has been reported and fixed for the bash history in https://github.com/davidalger/warden/issues/289 / https://github.com/davidalger/warden/pull/304. It would be...

stale

While working with m2 projects, it's quite a frequent case when you have a separate git repository per extension, so while developing something you're installing a module from a branch,...