ops
ops copied to clipboard
A Docker based local development environment. Focused on PHP projects.
After an `ops start`, not all the apache-php containers reliably connect to the networks they are supposed to. When this happens, the containers affected don't work properly - they can't...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.6.1 to 1.9.1. Release notes Sourced from guzzlehttp/psr7's releases. 1.9.1 See change log for changes. 1.9.0 See change log for changes. 1.8.5 See change log for changes....
Update available apache-php versions in example global config, and set the default versions in that file to match the current default versions (apache-php74 apache-php80)
This pull request fixes xdebug when using Docker for Linux, by manually adding the 'host.docker.internal' DNS name. Ops' xdebug config refers to the debugging client's host using the name 'host.docker.internal',...
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.3.3 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...
- Cleans up error messages a bit - Switch colors to use `tput` - Add a check to make sure containers are running when calling `ops shell` or such -...
### Windows info ``` Edition Windows 10 Home Version 20H2 Installed on 9/1/2020 OS build 19042.630 Experience Windows Feature Experience Pack 120.2212.31.0 ``` ### Debian ``` PRETTY_NAME="Debian GNU/Linux 10 (buster)"...
When trying to import an SQL file into mariadb, the process will fail if your current path has a space in it. Example: `$ cd ~/MySQL Dumps` `$ ops mariadb...