df-docker
df-docker copied to clipboard
Docker container for DreamFactory.
"exec /docker-entrypoint.sh: no such file or directory" message on start of the "df-docker-web-1" image. 3 out of the 4 images startup but the frontend image exits with the above message....
Adding tech stack documentation to allow anyone to easily see what is being used in this repo without digging through config files. Two files are being added: `techstack.yml` and `techstack.md`....
I am following the instructions from [Docker hub](https://hub.docker.com/r/dreamfactorysoftware/dreamfactory/) but build fails in Ubuntu 22 installed on Rasp Pi or Orange Pi with the messages as follows; mysql uses an image,...
The update to version 5.0 references a new base image `dreamfactorysoftware/df-base-img:ubuntu-22` that has not yet been created, hence docker build is giving errors: `manifest for dreamfactorysoftware/df-base-img:ubuntu-22 not found: manifest unknown:...
I'm trying a very simple implementation: 1. I've left the dreamfactory db and redis settings as default. 2. Using the default sql settings for web: environment: works (removing user and...
I don't actually know enough about docker to find any better debug info. The Redis & mysql containers seem fine. Also, I was a bit confused on step five. Could...
Hi Devs, I got errors like below when I starting the image from docker and installing on kubernetes. Is there any advice or maybe there is someone that ever got...
Can't pull `docker pull docker.io/dreamfactorysoftware/df-base-img:php7.4` therefore build is not possible.
Can you please include composer.lock file (https://github.com/dreamfactorysoftware/dreamfactory/blob/master/composer.lock) in /opt/dreamfactory/license/$LICENSE/composer.lock so that users don't have to create custom docker image?
According to https://hub.docker.com/_/mysql#where-to-store-data, this is better to store data in volumes.  We do not have it, so every time we remove MySql container all the data is lost.