Bagisto Docker Documentation Is Confusing and Incomplete
-
I tried setting up Bagisto using the official Docker setup, but ran into a blocking issue during the container build. The Dockerfile attempts to create a user inside the PHP container, but often this fails with:
useradd: user 'root' already exists
The official documentation does not provide all the modifiable parameters with explanations. It’s unclear which parameters need to be changed for specific purposes, such as volume paths, user IDs, container project paths, or ports. This makes it extremely difficult to configure Bagisto correctly for different environments.
Overall, the documentation is insufficient for real-world Docker setups, requiring significant trial-and-error just to get a working environment.