gdev icon indicating copy to clipboard operation
gdev copied to clipboard

Helper script for developing containerized web applications.

Results 24 gdev issues
Sort by recently updated
recently updated
newest added

I present this issue for anyone who might stumble on it. Homebrew updated to 2.7.0 which changed syntax for brew cask install command to use --cask handle. Ansible is working...

this adds an ubuntu_bionic_includes.yml because 18.04 requires it, the file just extends ubuntu_zesty_includes.yml as no changes are needed to how it works.

Error message: ``` Your requirements could not be resolved to an installable set of packages. Problem 1 - This package requires php >=7.0 but your PHP version (5.6.32) does not...

When running the `gdev create` wizard and not defining a theme repo gdev create will fail. Example of gdev create output when living the theme repo empty: ``` ------------------------= Confirm...

bg-sync stops working after you run gdev restart. It just gets stuck on "Looking for changes".. gdev stop -> gdev up fixes it.

I would like to uninstall and completely undo everything the gdev bootstrap script did. I can't find any script or documentation on how to do that. This script made significant...

`142M / 181M - 78.45% .........................ERROR: Sync process timeout...`

``` ERROR: for db Driver overlay2 failed to remove root filesystem 15874c3878feb44d0c70cc8792aa2f07c0d4131e319e782e3d79ce288c60a120: remove /var/lib/docker/overlay2/d4b505c0bf5dd42bb2e46343d4f9c00262992d8c64526f1eba318723d3a11fe8/merged: device or resource busy ERROR: for redis Driver overlay2 failed to remove root filesystem da4dde124c7efc16868e3ecc5d3f1146e60dd28db48a0111087a423d7e5b4a1f: remove...

http://PROJECTNAME.test shows gdev 404: Domain Error page instead of redirecting to https-page. https://PROJECTNAME.test works normally.

If docker-compose is not present, first install of gdev fails silently at the 'gdev service up'-phase. Should notify of error / check if docker-compose is installed or not.

enhancement