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

This happened me today: ``` onnimonni@omppukone:~/P/G/s/client> gdev up gdev_nginx_1 is up-to-date gdev_signaler_1 is up-to-date gdev_mail_1 is up-to-date gdev_dnsmasq_1 is up-to-date Starting wp_project_data_1 INFO: Starting to sync into port: 32768... Fatal...

I get this info message even in projects which don't use data containers: ``` INFO: To syncronize files with data container run $ gdev sync ``` It should follow the...

Gdev should have new command for interactively creating new project.

Steps to reproduce: ``` $ gdev up $ gdev reload $ gdev sync ``` Then I can see that the sync fails: ``` $ gdev sync INFO: Syncing files to...