-
Not a PHP guy so please bear with me here.
```
FROM php:5.6.33-apache-jessie
RUN docker-php-ext-install -j$(nproc) pdo_mysql mysql mysqli
```
And i got this error
```
POSIX.pm did not ret…
-
I'm unable to get drush working with a mounted codebase. I'm certain this is due to configuration differences between the 'php' image and my existing codebase, which was built by someone else, using …
-
### Codebase
Mounted codebase
### Host OS
macOS HighSierra
### Docker info output
```
Containers: 48
Running: 14
Paused: 0
Stopped: 34
Images: 34
Server Version: 18.03.0-ce
Stora…
bleen updated
6 years ago
-
### Codebase
Mounted codebase Drupal 7
### Host OS
macOS El Capitan 10.11.6
### Docker info output
```
Containers: 57
Running: 14
Paused: 0
Stopped: 43
Images: 30
Server Version: …
-
**Describe your issue**
I placed my sql dump file inside /mariadb-init folder to be imported at the first mariadb container spinning up. The dump file size is ~2.5GB. After I run ```make up``` I get …
-
I need to install php-xml in a docker container.
How can i do this?
-
This shouldn't happen, as one misconfigured domain shouldn't affect the rest of the domains.
-
### Codebase
mounted codebase
### Host OS
macOS Sierra
### Docker info output
ERROR: The Compose file is invalid because: Service nginx has neither an image nor a build context specified. …
-
Currently `fin share` will only share out the domain controlled by the VIRTUAL_HOST environment variable. Can this command be expanded to connect to any domain controlled by a given project? Use case …
-
Hi,
I am trouble understanding how flux is supposed to detect if there is a new version of an image.
We have a service called "fraas" that is made up of two containers "app" and "web". "app" is …